yt-dlp/youtube_dl
M.Yasoob Ullah Khalid 53f350c165 Changed the error message.
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.
2013-06-28 18:51:54 +02:00
..
extractor Add RingTVIE (Thanks @yasoob) 2013-06-28 18:51:00 +02:00
__init__.py
__main__.py
FileDownloader.py
InfoExtractors.py
PostProcessor.py
update.py
utils.py Changed the error message. 2013-06-28 18:51:54 +02:00
version.py
YoutubeDL.py