database , chat vod and shorts update error messages

This commit is contained in:
2026-07-31 16:56:40 +00:00
parent 736fb47e7a
commit d6503b7d92
5 changed files with 22 additions and 8 deletions
+4 -2
View File
@@ -33,7 +33,7 @@ def build_chat_video():
print(f"🚀 Transcribe: {title}")
print("====================================================")
twitch_chat_vod.combine_twitch_vod_and_chat(f"download/videos/{id}/{id}.mp4", "overlay")
twitch_chat_vod.combine_twitch_vod_and_chat(f"download/videos/{id}/{id}.mp4")
def build_transcribe():
@@ -106,4 +106,6 @@ def build_shorts():
if __name__ =="__main__":
DB = database.Database()
build_shorts()
#build_shorts()
build_transcribe()
build_chat_video()