mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 19:29:51 +01:00
[YoutubeDL] Improve error message
This commit is contained in:
parent
aab74fa106
commit
1a4895453a
@ -533,7 +533,7 @@ def extract_info(self, url, download=True, ie_key=None, extra_info={},
|
||||
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={}):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user