aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorAlex Shnitman <alexta69@gmail.com>2021-08-17 23:53:49 +0300
committerAlex Shnitman <alexta69@gmail.com>2021-08-17 23:53:49 +0300
commit6e986a88ca8217e8546e8648a149e2be7aa087da (patch)
tree7808f3db734f04c013b686e10ee7b1abbbd1b0c9 /Pipfile
parentMerge pull request #38 from Rpsl/retry_button (diff)
downloadmetube-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--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 338449e..6e485b7 100644
--- a/Pipfile
+++ b/Pipfile
@@ -9,7 +9,7 @@ pylint = "*"
[packages]
aiohttp = "*"
python-socketio = "~=4.0"
-youtube-dl = "*"
+yt-dlp = "*"
[requires]
python_version = "3.8"
bgstack15