From c4b2eeea8ea0e893f422ef203e48a6ffbf1806e8 Mon Sep 17 00:00:00 2001 From: yuriy Date: Thu, 18 Apr 2024 21:55:44 -0400 Subject: [PATCH] removed transcript hyperlink from telegram posts --- Modules/Post-To-Telegram.ahk | 3 ++- Version.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Modules/Post-To-Telegram.ahk b/Modules/Post-To-Telegram.ahk index 50dbe6d..e8cab90 100644 --- a/Modules/Post-To-Telegram.ahk +++ b/Modules/Post-To-Telegram.ahk @@ -63,9 +63,10 @@ VideoLinks .= "[Rumble](" . RumbleURL . ") \| " if(DailyMotionURL != "") VideoLinks .= "[DailyMotion](" . DailyMotionURL . ") \| " -if(PodcastTranscriptURL != "") +/*if(PodcastTranscriptURL != "") VideoLinks .= "[Video Transcript](" . PodcastTranscriptURL . ") \| " +*/ if(PodcastNumber != "") VideoLinks .= "[FDRPodcasts](" . "https://fdrpodcasts.com/" . PodcastNumber . ") \| " diff --git a/Version.ini b/Version.ini index c05737a..a9a992d 100644 --- a/Version.ini +++ b/Version.ini @@ -1,3 +1,3 @@ [Video-Uploader] -Version=3.35 +Version=3.36 Name=Freedomain Video Uploader