From e71c26d49f7e273ee4b034a6a5918ef0ea585c46 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Sun, 27 Apr 2025 19:37:35 +0000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: sepro --- yt_dlp/extractor/bpb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yt_dlp/extractor/bpb.py b/yt_dlp/extractor/bpb.py index fa52336fd8..ad0999831c 100644 --- a/yt_dlp/extractor/bpb.py +++ b/yt_dlp/extractor/bpb.py @@ -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):