This commit is contained in:
bashonly 2024-05-12 22:59:39 +00:00 committed by GitHub
parent 82becaecfd
commit f6e658cc7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ class GoogleDriveIE(InfoExtractor):
continue
format_id, format_url = fmt_stream_split[:2]
ext = self._FORMATS_EXT.get(format_id)
if ext is None:
if not ext:
self.report_warning(f'Unknown format {format_id}{bug_reports_message()}')
f = {
'url': lowercase_escape(format_url),