mirror of
https://code.hackerspace.pl/q3k/youtube-dl
synced 2025-03-16 09:05:47 +00:00

I changed the ExtractorError from ```msg = msg + u'; please report this issue on http://yt-dl.org/bug'``` to ```msg = msg + u'; please report this issue on http://yt-dl.org/bug with the complete output by running the same command with --verbose flag'``` Hopefully this will tell the users to report bugs with the complete output.