database , chat vod and shorts update error messages
This commit is contained in:
+4
-2
@@ -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()
|
||||
Reference in New Issue
Block a user