X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2FInfoExtractors.py;h=0bbe1a6b710a5fbe3dc6256153ff8305ce8c530b;hb=1a84d8675b4417ca9adf40bb12325c728767896a;hp=85ffad18c61efce1431c07aabba3a56c3cfef56c;hpb=18ea0cefc370807e1d31fd7b462691f29f48c8fe;p=youtube-dl diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index 85ffad18c..0bbe1a6b7 100644 --- a/youtube_dl/InfoExtractors.py +++ b/youtube_dl/InfoExtractors.py @@ -1166,7 +1166,7 @@ class ArteTvIE(InfoExtractor): self.report_download_webpage(url) webpage = urllib2.urlopen(request).read() except (urllib2.URLError, httplib.HTTPException, socket.error), err: - self._downloader.trouble(u'ERROR: Unable to retrieve video webpage: %s' % str(err)) + self._downloader.trouble(u'ERROR: Unable to retrieve video webpage: %s' % u(err)) return except ValueError, err: self._downloader.trouble(u'ERROR: Invalid URL: %s' % url)