logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 1a4895453a82e72cb34868cddf76a20829eec95c
parent aab74fa10655213c24c6f38a5b0c6b18049e737a
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 20 Mar 2014 16:33:42 +0100

[YoutubeDL] Improve error message

Diffstat:

Myoutube_dl/YoutubeDL.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py @@ -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={}): """