mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-05-22 16:31:25 +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.