[mgtv] Extract format_note (#21881)

format_note should now show 标清, 高清, 超清, 蓝光, etc.
pull/8/head
Sen Jiang 2019-07-31 13:45:02 -07:00 zatwierdzone przez Sergey M
rodzic 766c4f6090
commit 9a37ff82f1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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