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.
Philipp Hagemeister d79323136f [utils] Simplify HTTPS socket creation
We were duplicating (bad) code and doing crazy things with SSL.
Just use TLSv1 across the board, and do with one implementation of HTTPSConnection.connect.
Fixes #4696.
9 years ago
..
downloader check for overwriting files in the downloader (fixes #3916, closes #3829) 10 years ago
extractor [gamestar] Modernize slightly 9 years ago
postprocessor Embed description and URL as MP4 tags 9 years ago
YoutubeDL.py [YoutubeDL] Allow filtering by properties (Fixes #4584) 9 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 [YoutubeDL] Allow filtering by properties (Fixes #4584) 9 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] Simplify HTTPS socket creation 9 years ago
version.py release 2015.01.23.1 9 years ago