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