fixed bitchute
This commit is contained in:
@@ -164,7 +164,7 @@ Loop, 3 {
|
||||
}
|
||||
|
||||
Message = Inputting Tags: %BitchuteTags%
|
||||
SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,ErrorSummaryVar,DiscordErrorLogging")
|
||||
SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,DiscordErrorLogging")
|
||||
|
||||
|
||||
; input Search Terms (Tags)
|
||||
@@ -320,8 +320,8 @@ if(VideoHref = ""){
|
||||
Return
|
||||
}
|
||||
|
||||
BitChuteURL := "https://www.bitchute.com/" . VideoHref
|
||||
BitChuteURL := StrReplace(BitchuteURL, "//video", "/video")
|
||||
BitChuteURL := "https://old.bitchute.com/" . VideoHref
|
||||
BitChuteURL := StrReplace(BitchuteURL, "//", "/")
|
||||
|
||||
; navigate to video page
|
||||
try driver.Get(BitChuteURL) ;Open selected URL
|
||||
@@ -349,6 +349,9 @@ SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,Disc
|
||||
Xpath = //button[normalize-space()='Save']
|
||||
Status := Selenium_LoopToClickXpath(Xpath:=Xpath,NumOfLoops:=2,SleepLength:=1000)
|
||||
|
||||
|
||||
BitChuteURL := StrReplace(BitchuteURL, "old.", "")
|
||||
|
||||
Message = Upload Complete:`n%BitChuteURL%
|
||||
SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,DiscordErrorLogging")
|
||||
IniWrite, %BitChuteURL%, %VideoLinksIniFile%, URLs, BitChuteURL
|
||||
|
||||
Reference in New Issue
Block a user