|
|
@ -24,6 +24,7 @@ SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,Disc
|
|
|
|
|
|
|
|
|
|
|
|
; check the status of the Bitchute URL to see if it's done processing
|
|
|
|
; check the status of the Bitchute URL to see if it's done processing
|
|
|
|
; shows "404 - Page not found" on page if not
|
|
|
|
; shows "404 - Page not found" on page if not
|
|
|
|
|
|
|
|
if(BitChuteURL){
|
|
|
|
if(!InStr(URLDownloadToVar(BitChuteURL), "404 - Page not found")){
|
|
|
|
if(!InStr(URLDownloadToVar(BitChuteURL), "404 - Page not found")){
|
|
|
|
if(BitChuteURL != "")
|
|
|
|
if(BitChuteURL != "")
|
|
|
|
VideoLinks .= "[BitChute](<" . BitChuteURL . ">) \| "
|
|
|
|
VideoLinks .= "[BitChute](<" . BitChuteURL . ">) \| "
|
|
|
@ -32,9 +33,12 @@ else, {
|
|
|
|
LogMessage = Bitchute URL skipped, URL Currently leads to: 404 - page not found
|
|
|
|
LogMessage = Bitchute URL skipped, URL Currently leads to: 404 - page not found
|
|
|
|
SaveOrPostProgress(Message:=LogMessage,PostType:="Tooltip,ErrorLoggingTextFile,DiscordErrorLogging")
|
|
|
|
SaveOrPostProgress(Message:=LogMessage,PostType:="Tooltip,ErrorLoggingTextFile,DiscordErrorLogging")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; check the status of the Brighteon URL to see if it's done processing
|
|
|
|
; check the status of the Brighteon URL to see if it's done processing
|
|
|
|
; shows "404 - Page not found" on page if not
|
|
|
|
; shows "404 - Page not found" on page if not
|
|
|
|
|
|
|
|
if(BrighteonURL){
|
|
|
|
if(!InStr(URLDownloadToVar(BrighteonURL), "SELECTED IS NOT CURRENTLY AVAILABLE")){
|
|
|
|
if(!InStr(URLDownloadToVar(BrighteonURL), "SELECTED IS NOT CURRENTLY AVAILABLE")){
|
|
|
|
if(BrighteonURL != "")
|
|
|
|
if(BrighteonURL != "")
|
|
|
|
VideoLinks .= "[Brighteon](<" . BrighteonURL . ">) \| "
|
|
|
|
VideoLinks .= "[Brighteon](<" . BrighteonURL . ">) \| "
|
|
|
@ -43,7 +47,7 @@ else, {
|
|
|
|
ErrorLogMsg = Brighteon URL skipped, URL Currently leads to: 404 - page not found
|
|
|
|
ErrorLogMsg = Brighteon URL skipped, URL Currently leads to: 404 - page not found
|
|
|
|
SaveOrPostProgress(Message:=ErrorLogMsg,PostType:="Tooltip,ErrorLoggingTextFile,DiscordErrorLogging")
|
|
|
|
SaveOrPostProgress(Message:=ErrorLogMsg,PostType:="Tooltip,ErrorLoggingTextFile,DiscordErrorLogging")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if(OdyseeVideoURL != "")
|
|
|
|
if(OdyseeVideoURL != "")
|
|
|
|
VideoLinks .= "[Odysee](<" . OdyseeVideoURL . ">) \| "
|
|
|
|
VideoLinks .= "[Odysee](<" . OdyseeVideoURL . ">) \| "
|
|
|
@ -63,6 +67,9 @@ VideoLinks .= "[Video Transcript](<" . PodcastTranscriptURL . ">) \| "
|
|
|
|
if(PodcastNumber != "")
|
|
|
|
if(PodcastNumber != "")
|
|
|
|
VideoLinks .= "[FDRPodcasts](<" . "https://fdrpodcasts.com/" . PodcastNumber . ">) \| "
|
|
|
|
VideoLinks .= "[FDRPodcasts](<" . "https://fdrpodcasts.com/" . PodcastNumber . ">) \| "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clipboard := VideoLinks
|
|
|
|
|
|
|
|
Msgbox % "VideoLinks: " VideoLinks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; StrLenOfDiscordMessage :=
|
|
|
|
; StrLenOfDiscordMessage :=
|
|
|
|
|
|
|
|
|
|
|
|