mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 19:01:24 +01:00
Compare commits
No commits in common. "77fd3567f459087d60acaf35df1a4bbbcacc1af4" and "40fa63575921de3d8d25469729fe94b696fe83cb" have entirely different histories.
77fd3567f4
...
40fa635759
|
@ -7,6 +7,3 @@ 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,6 +152,7 @@ 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