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:
parent
608b8a4300
commit
7bba30bb93
@ -82,6 +82,7 @@ class MGTVIE(InfoExtractor):
|
||||
'http_headers': {
|
||||
'Referer': url,
|
||||
},
|
||||
'format_note': stream.get('name'),
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user