fixed bitchute URL missing solidus

This commit is contained in:
2024-07-01 13:10:48 -04:00
parent 478f8f769e
commit f3817cb9f9

View File

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