mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-27 14:23:41 +03:00
[networking] Add support for zstandard content-encoding
Supported by urllib/requests/curl_cffi Authored-by: coletdjnz
This commit is contained in:
@@ -22,6 +22,10 @@ else:
|
||||
if not _path_exists(certifi.where()):
|
||||
certifi = None
|
||||
|
||||
try:
|
||||
import zstandard
|
||||
except ImportError:
|
||||
zstandard = None
|
||||
|
||||
try:
|
||||
import mutagen
|
||||
|
||||
Reference in New Issue
Block a user