[YoutubeDL] Improve error message

This commit is contained in:
Philipp Hagemeister 2014-03-20 16:33:42 +01:00
parent aab74fa106
commit 1a4895453a

View file

@ -533,7 +533,7 @@ class YoutubeDL(object):
else:
raise
else:
self.report_error('no suitable InfoExtractor: %s' % url)
self.report_error('no suitable InfoExtractor for URL %s' % url)
def process_ie_result(self, ie_result, download=True, extra_info={}):
"""