You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/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
9 years ago
..
downloader [downloader/external] Fix externals downloaders specified with extension on Windows 9 years ago
extractor Generic: use compat_urllib_parse_unquote to prevent utf8 mangling 9 years ago
postprocessor [postprocessor/ffmpeg] Don't use '[youtube] ...' in messages 9 years ago
YoutubeDL.py Revert xvid to avi and make docs to be similar to existing external downloader option 9 years ago
__init__.py Handle postprocessor_args similarly to external_downloader_args 9 years ago
__main__.py
aes.py [aes] Fix for python 3.2 9 years ago
cache.py
compat.py compat_urllib_parse_unquote: crash fix: only decode valid hex 9 years ago
jsinterp.py [jsinterp] Disable comment support 9 years ago
options.py Revert xvid to avi and make docs to be similar to existing external downloader option 9 years ago
swfinterp.py
update.py update: Use https for getting the version info (fixes #5909) 9 years ago
utils.py [utils] Add default value for xpath_text 9 years ago
version.py release 2015.07.07 9 years ago