Changed the error message.
authorM.Yasoob Ullah Khalid <yasoob.khld@gmail.com>
Thu, 27 Jun 2013 18:20:08 +0000 (23:20 +0500)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 28 Jun 2013 16:51:54 +0000 (18:51 +0200)
commit53f350c165ab6892d0bbe633637698823555175f
treef93b6d742e054336f474ee02ed913f238ff940d0
parentf46d31f94870d4afba8d6e45c151b937a4a00898
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.
youtube_dl/utils.py