mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2025-02-17 01:17:54 +01:00
display format_note when extractor dash streams
This commit is contained in:
parent
96cb93d771
commit
6532b27c71
@ -302,6 +302,7 @@ class BiliBiliIE(InfoExtractor):
|
||||
formats_output.append({
|
||||
"url": video_format['url'],
|
||||
"format_id": str(video_q),
|
||||
"format_note": video_desc_dict[video_q],
|
||||
"ext": "flv",
|
||||
"http_headers": headers,
|
||||
"filesize": video_format['size']
|
||||
|
Loading…
Reference in New Issue
Block a user