Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f3817cb9f9 |
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user