浏览代码

[mgtv] Pass Referer HTTP header for format URLs (closes #21726)

Sergey M․ 6 年之前
父节点
当前提交
4dcd4b7b16
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      youtube_dl/extractor/mgtv.py

+ 3 - 0
youtube_dl/extractor/mgtv.py

@@ -79,6 +79,9 @@ class MGTVIE(InfoExtractor):
                 'ext': 'mp4',
                 'ext': 'mp4',
                 'tbr': tbr,
                 'tbr': tbr,
                 'protocol': 'm3u8_native',
                 'protocol': 'm3u8_native',
+                'http_headers': {
+                    'Referer': url,
+                },
             })
             })
         self._sort_formats(formats)
         self._sort_formats(formats)