mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-21 06:00:45 -04:00
yt_dlp, not youtube-dl
This commit is contained in:
parent
d9ac067e41
commit
0305db5e69
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -65,7 +65,7 @@ setuptools.setup(
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'PyYAML>=5.1',
|
'PyYAML>=5.1',
|
||||||
'youtube-dl>=2018.7.21',
|
'yt_dlp',
|
||||||
'reppy==0.3.4',
|
'reppy==0.3.4',
|
||||||
'requests>=2.21',
|
'requests>=2.21',
|
||||||
'websocket-client>=0.39.0,<=0.48.0',
|
'websocket-client>=0.39.0,<=0.48.0',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue