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.
..
downloader Typo fix, found while going through the code.
extractor [youtube] Fix test
postprocessor [postprocessor/ffmpeg] Use ffmpeg as prefix since it's used all over the places (Closes )
YoutubeDL.py Typo fix, found while going through the code.
__init__.py Using internal opener
__main__.py Use `insert` for all sys.path manipulations
aes.py [aes] Fix for python 3.2
cache.py [cache] Fix writing to paths with unicode characters
compat.py [compat] Add compat_urllib_request_Request
jsinterp.py [jsinterp] Support alternative function definition form
options.py Clarify that automatic subtitles are generated.
swfinterp.py Fix imports and general cleanup
update.py Removing an unnecessary import
utils.py [utils] Check ext with trailing slash against the list of known extensions
version.py release 2015.11.21