1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-03 14:41:04 +02:00
yt-dlp/youtube_dl
fnord 45eedbe58c Generic: use compat_urllib_parse_unquote to prevent utf8 mangling
of the entire page in python 2.

-requires- fixed compat_urllib_parse_unquote

example - the following will save with a mangled playlist title,
 instead of the kanji for 'tsunami'. This affects all utf8encoded
 urls as well

youtube-dl -f18 -o '%(playlist_title)s-%(title)s.%(ext)s' \
  61c14c1e3a/tsunami.html
2015-07-15 15:30:47 -05:00
..
downloader [downloader/external] Fix externals downloaders specified with extension on Windows 2015-06-28 00:08:52 +06:00
extractor Generic: use compat_urllib_parse_unquote to prevent utf8 mangling 2015-07-15 15:30:47 -05:00
postprocessor [postprocessor/ffmpeg] Don't use '[youtube] ...' in messages 2015-07-14 12:56:32 +02:00
__init__.py Handle postprocessor_args similarly to external_downloader_args 2015-07-11 22:43:02 +06:00
__main__.py
aes.py [aes] Fix for python 3.2 2015-05-22 00:06:10 +06:00
cache.py
compat.py compat_urllib_parse_unquote: crash fix: only decode valid hex 2015-07-15 15:28:50 -05:00
jsinterp.py
options.py Revert xvid to avi and make docs to be similar to existing external downloader option 2015-07-11 22:15:16 +06:00
swfinterp.py
update.py update: Use https for getting the version info (fixes #5909) 2015-06-07 00:21:30 +02:00
utils.py [utils] Add default value for xpath_text 2015-06-28 22:56:07 +06:00
version.py release 2015.07.07 2015-07-07 10:36:07 +02:00
YoutubeDL.py Revert xvid to avi and make docs to be similar to existing external downloader option 2015-07-11 22:15:16 +06:00