mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-17 14:54:31 +01:00
[mgtv] Pass Referer HTTP header for format URLs (closes #21726)
This commit is contained in:
parent
5fc0896168
commit
4dcd4b7b16
@ -79,6 +79,9 @@ class MGTVIE(InfoExtractor):
|
||||
'ext': 'mp4',
|
||||
'tbr': tbr,
|
||||
'protocol': 'm3u8_native',
|
||||
'http_headers': {
|
||||
'Referer': url,
|
||||
},
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user