1
0
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-12-18 23:47:54 +00:00
youtube-dl/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.
2014-01-08 00:05:11 +01:00
..
downloader
extractor Use double quotes in error message (#2112) 2014-01-08 00:05:11 +01:00
postprocessor Remove unusued import 2014-01-07 09:42:38 +01:00
__init__.py Clarify --date* documentation (Fixes #2093) 2014-01-07 10:09:37 +01:00
__main__.py
aes.py
FileDownloader.py
InfoExtractors.py
update.py
utils.py Move check_executable into a helper ufnction 2014-01-07 06:23:41 +01:00
version.py release 2014.01.07.5 2014-01-07 10:09:56 +01:00
YoutubeDL.py --list-formats: Only add "@" if vbr is given 2014-01-07 08:08:48 +01:00