[redbulltv] Restore hls format prefix

pull/8/head
Sergey M․ 2017-06-25 01:10:31 +07:00
rodzic 27449ad894
commit 23aec3d623
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2C393E0F18A9236D
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -98,7 +98,8 @@ class RedBullTVIE(InfoExtractor):
title = info['title'].strip()
formats = self._extract_m3u8_formats(
video['url'], video_id, 'mp4', 'm3u8_native')
video['url'], video_id, 'mp4', entry_protocol='m3u8_native',
m3u8_id='hls')
self._sort_formats(formats)
subtitles = {}