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
codesparkle 77541837e5 The opening curly brace, '{', is a regex reserved control character, so it needs to be escaped (see http://stackoverflow.com/a/400316/1106367)
Minor improvements:
no need to sort the whole list if all we need is the maximum element, also instead of reinventing the wheel we can use utils to get indices from qualities.
11 years ago
..
downloader [rtmp] Add support for multiple AFM data entries 11 years ago
extractor The opening curly brace, '{', is a regex reserved control character, so it needs to be escaped (see http://stackoverflow.com/a/400316/1106367) 11 years ago
postprocessor [ffmpeg] Correct argument encoding on Windows with Python 2.x 11 years ago
FileDownloader.py Move FileDownloader to its own module and create a new class for each download process 11 years ago
YoutubeDL.py [YoutubeDL] Do not require default output template to be set 11 years ago
__init__.py Credit @hojel for fc2 and other extractors (#2877) 11 years ago
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 12 years ago
aes.py Add support for crunchyroll.com 11 years ago
jsinterp.py [jsinterp] Better error messages 11 years ago
update.py Clarify update output (Fixes #2205) 11 years ago
utils.py [ffmpeg] Correct argument encoding on Windows with Python 2.x 11 years ago
version.py release 2014.05.19 11 years ago