diff options
author | Alex Shnitman <alexta69@gmail.com> | 2021-08-17 23:53:49 +0300 |
---|---|---|
committer | Alex Shnitman <alexta69@gmail.com> | 2021-08-17 23:53:49 +0300 |
commit | 6e986a88ca8217e8546e8648a149e2be7aa087da (patch) | |
tree | 7808f3db734f04c013b686e10ee7b1abbbd1b0c9 /Pipfile | |
parent | Merge pull request #38 from Rpsl/retry_button (diff) | |
download | metube-6e986a88ca8217e8546e8648a149e2be7aa087da.tar.gz metube-6e986a88ca8217e8546e8648a149e2be7aa087da.tar.bz2 metube-6e986a88ca8217e8546e8648a149e2be7aa087da.zip |
switched to the yt-dlp fork of youtube-dl (closes #41)
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ pylint = "*" [packages] aiohttp = "*" python-socketio = "~=4.0" -youtube-dl = "*" +yt-dlp = "*" [requires] python_version = "3.8" |