mirror of https://github.com/yt-dlp/yt-dlp
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3d5f7a3947
The dict of headers of request objects in urllib has its keys always capitalized. This causes the lookup to fail and overwrite the header. If for example a Extractor tries to add a "User-Agent" header the internal representation in the request object is "User-agent". The header is therefore clobbered by the "User-Agent" in std_headers, because the strings are not equal. |
10 years ago | |
---|---|---|
.. | ||
downloader | 10 years ago | |
extractor | 10 years ago | |
postprocessor | 10 years ago | |
YoutubeDL.py | 10 years ago | |
__init__.py | 10 years ago | |
__main__.py | 10 years ago | |
aes.py | 10 years ago | |
cache.py | 10 years ago | |
compat.py | 10 years ago | |
jsinterp.py | 10 years ago | |
options.py | 10 years ago | |
swfinterp.py | 10 years ago | |
update.py | 10 years ago | |
utils.py | 10 years ago | |
version.py | 10 years ago |