yt-dlp/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
extractor
postprocessor
YoutubeDL.py
__init__.py
__main__.py
aes.py
cache.py
compat.py [compat] Add compat_urllib_request_Request 2015-11-23 21:55:12 +06:00
jsinterp.py
options.py
swfinterp.py
update.py
utils.py
version.py