1 Commits
3.42 ... 3.43

Author SHA1 Message Date
f3817cb9f9 fixed bitchute URL missing solidus 2024-07-01 13:10:48 -04:00

View File

@@ -321,7 +321,8 @@ if(VideoHref = ""){
} }
BitChuteURL := "https://old.bitchute.com/" . VideoHref BitChuteURL := "https://old.bitchute.com/" . VideoHref
BitChuteURL := StrReplace(BitchuteURL, "//", "/") BitChuteURL := StrReplace(BitchuteURL, "//video", "/video")
; navigate to video page ; navigate to video page
try driver.Get(BitChuteURL) ;Open selected URL try driver.Get(BitChuteURL) ;Open selected URL