switched to the yt-dlp fork of youtube-dl (closes #41)

This commit is contained in:
Alex Shnitman 2021-08-17 23:53:49 +03:00
parent 09da20881c
commit 6e986a88ca
6 changed files with 125 additions and 35 deletions

View file

@ -9,7 +9,7 @@ pylint = "*"
[packages]
aiohttp = "*"
python-socketio = "~=4.0"
youtube-dl = "*"
yt-dlp = "*"
[requires]
python_version = "3.8"