Apply suggestions from code review

Co-authored-by: sepro <sepro@sepr0.com>
This commit is contained in:
bashonly
2025-04-27 19:37:35 +00:00
committed by GitHub
co-authored by sepro
parent f211c82898
commit e71c26d49f
+1
View File
@@ -126,6 +126,7 @@ class BpbIE(InfoExtractor):
'quality': 10 if note == 'high' else 0,
'format_note': note,
'format_id': join_nonempty(extension, note),
**parse_resolution(source.get('label')),
}
def _real_extract(self, url):