diff options
Diffstat (limited to 'youtube_dl')
| -rw-r--r-- | youtube_dl/YoutubeDL.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 5095f87d2..983c00a6a 100644 --- 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={}):          """  | 
