mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-13 04:05:57 +00:00
[rh:curlcffi] Add support for curl_cffi
Authored by: coletdjnz, Grub4K, pukkandan, bashonly Co-authored-by: Simon Sawicki <[email protected]> Co-authored-by: pukkandan <[email protected]> Co-authored-by: bashonly <[email protected]>
This commit is contained in:
co-authored by
Simon Sawicki
pukkandan
bashonly
parent
0b81d4d252
commit
52f5be1f1e
@@ -74,6 +74,10 @@ else:
|
||||
if hasattr(xattr, 'set'): # pyxattr
|
||||
xattr._yt_dlp__identifier = 'pyxattr'
|
||||
|
||||
try:
|
||||
import curl_cffi
|
||||
except ImportError:
|
||||
curl_cffi = None
|
||||
|
||||
from . import Cryptodome
|
||||
|
||||
|
||||
Reference in New Issue
Block a user