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.
yt-dlc/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
10 years ago
..
downloader [downloader/external] Fix externals downloaders specified with extension on Windows 10 years ago
extractor Generic: use compat_urllib_parse_unquote to prevent utf8 mangling 10 years ago
postprocessor [postprocessor/ffmpeg] Don't use '[youtube] ...' in messages 10 years ago
YoutubeDL.py Revert xvid to avi and make docs to be similar to existing external downloader option 10 years ago
__init__.py Handle postprocessor_args similarly to external_downloader_args 10 years ago
__main__.py
aes.py [aes] Fix for python 3.2 10 years ago
cache.py [cache] Fix writing to paths with unicode characters 10 years ago
compat.py compat_urllib_parse_unquote: crash fix: only decode valid hex 10 years ago
jsinterp.py [jsinterp] Disable comment support 10 years ago
options.py Revert xvid to avi and make docs to be similar to existing external downloader option 10 years ago
swfinterp.py Fix imports and general cleanup 10 years ago
update.py update: Use https for getting the version info (fixes #5909) 10 years ago
utils.py [utils] Add default value for xpath_text 10 years ago
version.py release 2015.07.07 10 years ago