youtube-dl/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 Add function add_default_info_extractors to YoutubeDL 2013-06-27 23:51:06 +02:00
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 2013-04-11 08:02:17 +03:00
FileDownloader.py FileDownloader: fixed call to "report_error" of YoutubeDL 2013-06-26 16:32:47 +02:00
InfoExtractors.py Remove mentions of old InfoExtractors module 2013-06-23 22:42:59 +02:00
PostProcessor.py Remove useless headers 2013-06-23 20:35:50 +02:00
update.py Fix print_notes 2013-04-28 16:21:29 +02:00
utils.py Changed the error message. 2013-06-28 18:51:54 +02:00
version.py release 2013.06.34.2 2013-06-27 20:50:57 +02:00
YoutubeDL.py Add function add_default_info_extractors to YoutubeDL 2013-06-27 23:51:06 +02:00