mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-12 10:21:28 +01:00
Compare commits
3 Commits
40fa635759
...
77fd3567f4
Author | SHA1 | Date | |
---|---|---|---|
|
77fd3567f4 | ||
|
d88c2738b2 | ||
|
fa2ee105ec |
|
@ -7,3 +7,6 @@ certifi
|
|||
requests>=2.31.0,<3
|
||||
urllib3>=1.26.17,<3
|
||||
websockets>=12.0
|
||||
# curl_cffi has builds for Linux aarch64, however Termux has issues with it: https://github.com/yifeikong/curl_cffi/issues/74
|
||||
# pypy does not work with curl_cffi
|
||||
curl_cffi>=0.5.9,<0.6.0; implementation_name=='cpython' and ((sys_platform == "win32" and platform_machine == "AMD64") or (sys_platform == "linux" and platform_machine == "x86_64") or sys_platform == "darwin")
|
1
setup.py
1
setup.py
|
@ -152,7 +152,6 @@ def main():
|
|||
url='https://github.com/yt-dlp/yt-dlp',
|
||||
packages=packages(),
|
||||
install_requires=REQUIREMENTS,
|
||||
extras_require={'curl_cffi': ['curl-cffi >= 0.5.10b5']},
|
||||
python_requires='>=3.8',
|
||||
project_urls={
|
||||
'Documentation': 'https://github.com/yt-dlp/yt-dlp#readme',
|
||||
|
|
Loading…
Reference in New Issue
Block a user