Fixed podcast tag input to use updated layout
This commit is contained in:
@@ -266,7 +266,7 @@ try pagehtml := driver.pagesource
|
||||
Loop, %LengthOfArrayOfPodcastTags% {
|
||||
Tag := ArrayOfPodcastTags[A_Index] ; find value from position in array
|
||||
|
||||
SpanID = title">%Tag%</span></div></li><li><div id="_easyui_tree_
|
||||
SpanID = title">%Tag%</span></div></li><li><div id="tagIDs_easyui_tree_
|
||||
|
||||
if(InStr(pagehtml, SpanID)){ ; if tag found in page, do this
|
||||
number := StrSplit(pagehtml, SpanID)
|
||||
|
||||
Reference in New Issue
Block a user