1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-22 09:22:51 +08:00

[mgtv] Add format_note.

format_note should now show 标清, 高清, 超清, 蓝光, etc.
This commit is contained in:
JayXon 2019-07-23 22:00:43 -07:00
parent 608b8a4300
commit 7bba30bb93

View File

@ -82,6 +82,7 @@ class MGTVIE(InfoExtractor):
'http_headers': {
'Referer': url,
},
'format_note': stream.get('name'),
})
self._sort_formats(formats)