Explorar el Código

[mgtv] Extract format_note (#21881)

format_note should now show 标清, 高清, 超清, 蓝光, etc.
Sen Jiang hace 6 años
padre
commit
9a37ff82f1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      youtube_dl/extractor/mgtv.py

+ 1 - 0
youtube_dl/extractor/mgtv.py

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