Changed the download to yt-dlp because of youtube's throttling of youtube-dl.

master
Jaka Perovšek 2021-11-14 21:38:50 +01:00
parent 2b3ec6ec4b
commit e10a3cfa72
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import youtube_dl
import yt_dlp
import sys
if __name__ == "__main__":
youtube_dl.main(sys.argv[1:])
yt_dlp.main(sys.argv[1:])