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.
yt-dlp/youtube_dl
Johannes Knoedtel 3d5f7a3947 [utils] Prevent override of custom headers.
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 check for overwriting files in the downloader (fixes #3916, closes #3829) 10 years ago
extractor [npo] Remove unused import 10 years ago
postprocessor [ffmpeg] Call encodeFilename on filenames 10 years ago
YoutubeDL.py check for overwriting files in the downloader (fixes #3916, closes #3829) 10 years ago
__init__.py [YoutubeDL] Add new --call-home option for debugging 10 years ago
__main__.py [test_unicode_literals] Arm unicode_literals check 10 years ago
aes.py [test_unicode_literals] Arm unicode_literals check 10 years ago
cache.py [cache] Fix writing to paths with unicode characters 10 years ago
compat.py [compat] Correct socket error class reference 10 years ago
jsinterp.py Update jsinterp.py 10 years ago
options.py [options] Add --no-call-home 10 years ago
swfinterp.py Fix imports and general cleanup 10 years ago
update.py Add new option --source-address 10 years ago
utils.py [utils] Prevent override of custom headers. 10 years ago
version.py release 2015.01.11 10 years ago