Browse Source

[redbulltv] Restore hls format prefix

master-ytdl-org
Sergey M․ 7 years ago
parent
commit
23aec3d623
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/redbulltv.py

+ 2
- 1
youtube_dl/extractor/redbulltv.py View File

@ -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 = {}


Loading…
Cancel
Save