Use double quotes in error message (#2112)
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 7 Jan 2014 23:05:09 +0000 (00:05 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 7 Jan 2014 23:05:11 +0000 (00:05 +0100)
commitb4622a328b8a456dd64ef1e9bc5d388e00cb59a0
tree68e0342afdf80bcc2f22da4e6f3346c22a86153b
parent42e4fcf23aace61ec6bf486d79ed0b263f40b73b
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.
youtube_dl/extractor/youtube.py