1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-11 18:34:14 +02:00
yt-dlp/youtube_dl
Philipp Hagemeister 30d22dae8e [options] Do not decode Unicode on Python 2.x
The configuration file contents are being returned as unicode now, so decoding them is no longer necessary.
(Run python2 with -3 to see the warning before this commit)
2016-07-07 19:41:00 +02:00
..
downloader
extractor [radiocanada] extract more formats 2016-07-07 03:46:12 +01:00
postprocessor [compat] Rename shlex_quote and remove unused subprocess_check_output 2016-05-10 16:00:21 +08:00
__init__.py
__main__.py
aes.py
cache.py
compat.py [compat] Fix compat_shlex_split for non-ASCII input 2016-07-07 17:37:29 +08:00
jsinterp.py [jsinterp] Relax JS function regex (Closes #9863) 2016-06-23 09:41:34 +07:00
options.py [options] Do not decode Unicode on Python 2.x 2016-07-07 19:41:00 +02:00
socks.py
swfinterp.py
update.py
utils.py [utils] Add get_element_by_class 2016-07-06 20:02:52 +08:00
version.py release 2016.07.07 2016-07-07 01:54:29 +07:00
YoutubeDL.py