This commit is contained in:
2026-08-22 03:39:48 +00:00
parent 33d78759fe
commit 33ea2b7fcf
7 changed files with 324 additions and 13 deletions
+3
View File
@@ -3,6 +3,7 @@ import asyncio
import twitch_video_info
import twitch_download_videos
import twitch_download_thumbnails
import build_videos
@@ -13,5 +14,7 @@ if __name__ == "__main__":
# Download Twitch Videos
twitch_download_videos.main()
twitch_download_thumbnails.main()
#Build
build_videos.main()