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({
|
formats_output.append({
|
||||||
"url": video_format['url'],
|
"url": video_format['url'],
|
||||||
"format_id": str(video_q),
|
"format_id": str(video_q),
|
||||||
|
"format_note": video_desc_dict[video_q],
|
||||||
"ext": "flv",
|
"ext": "flv",
|
||||||
"http_headers": headers,
|
"http_headers": headers,
|
||||||
"filesize": video_format['size']
|
"filesize": video_format['size']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user