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.
2015-11-23 21:55:12 +06:00
..
downloader Typo fix, found while going through the code. 2015-11-20 22:51:46 +05:30
extractor [youtube] Fix test 2015-11-23 21:37:21 +06:00
postprocessor [postprocessor/ffmpeg] Use ffmpeg as prefix since it's used all over the places (Closes #7371) 2015-11-06 21:56:31 +06:00
__init__.py Using internal opener 2015-11-10 17:15:23 +02:00
__main__.py Use insert for all sys.path manipulations 2015-09-26 22:04:41 +02:00
aes.py [aes] Fix for python 3.2 2015-05-22 00:06:10 +06:00
cache.py
compat.py [compat] Add compat_urllib_request_Request 2015-11-23 21:55:12 +06:00
jsinterp.py [jsinterp] Support alternative function definition form 2015-11-10 12:54:02 +08:00
options.py Clarify that automatic subtitles are generated. 2015-11-16 14:15:25 +00:00
swfinterp.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
update.py Removing an unnecessary import 2015-11-15 09:40:32 +02:00
utils.py [utils] Check ext with trailing slash against the list of known extensions 2015-11-22 17:27:13 +06:00
version.py release 2015.11.21 2015-11-21 23:36:27 +01:00
YoutubeDL.py Typo fix, found while going through the code. 2015-11-20 22:51:46 +05:30