mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-09 02:13:47 +00:00
fix qn note
Authored by: bashonly
This commit is contained in:
parent
105f85908e
commit
b75b12f712
@ -168,8 +168,8 @@ class BilibiliBaseIE(InfoExtractor):
|
||||
params = {'bvid': bvid, 'cid': cid, 'fnval': 4048, **(query or {})}
|
||||
if self.is_logged_in:
|
||||
params.pop('try_look', None)
|
||||
if query.get('qn'):
|
||||
note = f'Downloading video format {query["qn"]} for cid {cid}'
|
||||
if qn := params.get('qn'):
|
||||
note = f'Downloading video format {qn} for cid {cid}'
|
||||
else:
|
||||
note = f'Downloading video formats for cid {cid}'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user