Browse Source

Use report_warning when a not working IE will be uses

rtmp_test
Jaime Marquínez Ferrándiz 12 years ago
parent
commit
767e00277f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/FileDownloader.py

+ 1
- 1
youtube_dl/FileDownloader.py View File

@ -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


Loading…
Cancel
Save