1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-31 22:10:09 +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
Unverified
parent 608b8a4300
commit 7bba30bb93
+1
View File
@@ -82,6 +82,7 @@ class MGTVIE(InfoExtractor):
'http_headers': {
'Referer': url,
},
'format_note': stream.get('name'),
})
self._sort_formats(formats)