mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-20 19:16:06 +03:00
Promote unsupported extension message to warning
This commit is contained in:
@@ -131,7 +131,7 @@ class ZDFBaseIE(InfoExtractor):
|
|||||||
'tbr': int_or_none(self._search_regex(r'_(\d+)k_', format_url, 'tbr', default=None)),
|
'tbr': int_or_none(self._search_regex(r'_(\d+)k_', format_url, 'tbr', default=None)),
|
||||||
}]
|
}]
|
||||||
else:
|
else:
|
||||||
self.write_debug(f'Unsupported extension {ext} ({format_url}).')
|
self.report_warning(f'Skipping unsupported extension "{ext}"', video_id=video_id)
|
||||||
fmts = []
|
fmts = []
|
||||||
|
|
||||||
f_class = variant.get('class')
|
f_class = variant.get('class')
|
||||||
|
|||||||
Reference in New Issue
Block a user