From: Jaime Marquínez Ferrándiz Date: Sun, 28 Apr 2013 15:12:07 +0000 (+0200) Subject: Use report_warning when a not working IE will be uses X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=767e00277f379410288476ecd05622968eec1d1b;p=youtube-dl Use report_warning when a not working IE will be uses --- diff --git a/youtube_dl/FileDownloader.py b/youtube_dl/FileDownloader.py index 2db686d62..80c2546ea 100644 --- a/youtube_dl/FileDownloader.py +++ b/youtube_dl/FileDownloader.py @@ -455,7 +455,7 @@ class FileDownloader(object): # Warn if the _WORKING attribute is False if not ie.working(): - self.to_stderr(u'WARNING: the program functionality for this site has been marked as broken, ' + self.report_warning(u'the program functionality for this site has been marked as broken, ' u'and will probably not work. If you want to go on, use the -i option.') # Suitable InfoExtractor found