Fixed podcast tag input to use updated layout

This commit is contained in:
Yuriy
2023-12-07 21:12:20 -05:00
parent 4a6d719a3e
commit c8a5e6a286
2 changed files with 9 additions and 1 deletions

View File

@@ -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)