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.
youtube-dl/youtube_dl
Sergey M․ 13a10d5aa3 [compat] Add compat_urllib_request_Request
This is actually not a compatibility routine but rather a workaround for URLs without protocol specified.
The protocol-less URL is treated as HTTP one since it's most probable scenario and it will most likely to
redirect to HTTPS if HTTPS was actually expected. This routine could also be useful for any Request
preprocessing that may be added in future.
9 years ago
..
downloader Typo fix, found while going through the code. 9 years ago
extractor [youtube] Fix test 9 years ago
postprocessor [postprocessor/ffmpeg] Use ffmpeg as prefix since it's used all over the places (Closes #7371) 9 years ago
YoutubeDL.py Typo fix, found while going through the code. 9 years ago
__init__.py Using internal opener 9 years ago
__main__.py Use `insert` for all sys.path manipulations 9 years ago
aes.py [aes] Fix for python 3.2 9 years ago
cache.py [cache] Fix writing to paths with unicode characters 10 years ago
compat.py [compat] Add compat_urllib_request_Request 9 years ago
jsinterp.py [jsinterp] Support alternative function definition form 9 years ago
options.py Clarify that automatic subtitles are generated. 9 years ago
swfinterp.py Fix imports and general cleanup 10 years ago
update.py Removing an unnecessary import 9 years ago
utils.py [utils] Check ext with trailing slash against the list of known extensions 9 years ago
version.py release 2015.11.21 9 years ago