From: Elias Probst Date: Fri, 20 Jun 2014 22:35:12 +0000 (+0200) Subject: Make debug message useful and also report, which URL failed to download. X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=a20575e8aeafeb1aaf70243cce96505b661449e9;hp=77245725196717dabd35f4163004a5cfa31db6b5;p=youtube-dl Make debug message useful and also report, which URL failed to download. --- diff --git a/youtube_dl/extractor/spiegel.py b/youtube_dl/extractor/spiegel.py index 9156d7faf..94346daf6 100644 --- a/youtube_dl/extractor/spiegel.py +++ b/youtube_dl/extractor/spiegel.py @@ -36,7 +36,7 @@ class SpiegelIE(InfoExtractor): xml_url = 'http://video2.spiegel.de/flash/' + video_id + '.xml' idoc = self._download_xml( xml_url, video_id, - note='Downloading XML', errnote='Failed to download XML') + note='Downloading XML', errnote='Failed to download XML from "{0}"'.format(xml_url)) formats = [ {