Sergey M․
5 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
3 additions and
0 deletions
-
youtube_dl/extractor/mgtv.py
|
|
@ -79,6 +79,9 @@ class MGTVIE(InfoExtractor): |
|
|
|
'ext': 'mp4', |
|
|
|
'tbr': tbr, |
|
|
|
'protocol': 'm3u8_native', |
|
|
|
'http_headers': { |
|
|
|
'Referer': url, |
|
|
|
}, |
|
|
|
}) |
|
|
|
self._sort_formats(formats) |
|
|
|
|
|
|
|