From f3817cb9f9aa96f6255d7968823b2a1264a6c879 Mon Sep 17 00:00:00 2001 From: yuriy Date: Mon, 1 Jul 2024 13:10:48 -0400 Subject: [PATCH] fixed bitchute URL missing solidus --- Modules/Bitchute-Upload.ahk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/Bitchute-Upload.ahk b/Modules/Bitchute-Upload.ahk index 9d4e4c3..a3d1a78 100644 --- a/Modules/Bitchute-Upload.ahk +++ b/Modules/Bitchute-Upload.ahk @@ -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