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
Philipp Hagemeister b4622a328b Use double quotes in error message (#2112)
On Windows, double quotes are required, because single quotes get served to youtube-dl. (Yes, cmd.exe is crazy like that).
On other system, both double and single quotes are fine, unless the string contains a dollar sign (then you need single quotes).
Since virtually no URLs contain dollar signs, double quotes should do.
11 years ago
..
downloader [http] Fix ‘err’ variable not being assigned in an except block (#2045) 11 years ago
extractor Use double quotes in error message (#2112) 11 years ago
postprocessor Remove unusued import 11 years ago
FileDownloader.py Move FileDownloader to its own module and create a new class for each download process 11 years ago
InfoExtractors.py Remove mentions of old InfoExtractors module 12 years ago
YoutubeDL.py --list-formats: Only add "@" if vbr is given 11 years ago
__init__.py Clarify --date* documentation (Fixes #2093) 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
update.py [update] fix error 11 years ago
utils.py Move check_executable into a helper ufnction 11 years ago
version.py release 2014.01.07.5 11 years ago