putting it all togeather
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env python3
|
||||
import asyncio
|
||||
|
||||
import twitch_video_info
|
||||
import twitch_download_videos
|
||||
|
||||
import build_videos
|
||||
|
||||
if __name__ == "__main__":
|
||||
# Get Twitch Video Info
|
||||
asyncio.run(twitch_video_info.main())
|
||||
|
||||
# Download Twitch Videos
|
||||
twitch_download_videos.main()
|
||||
|
||||
#Build
|
||||
build_videos.main()
|
||||
Reference in New Issue
Block a user