mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-27 06:14:21 +03:00
Update yt_dlp/extractor/redbulltv.py
Fix indentation. Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
@@ -239,8 +239,8 @@ class RedBullIE(InfoExtractor):
|
|||||||
})
|
})
|
||||||
|
|
||||||
video_id = video_info['assetId']
|
video_id = video_info['assetId']
|
||||||
formats, subtitles = self._extract_m3u8_formats_and_subtitles(video_info['videoUrl'],
|
formats, subtitles = self._extract_m3u8_formats_and_subtitles(
|
||||||
video_id, 'mp4', entry_protocol='m3u8_native', m3u8_id='hls')
|
video_info['videoUrl'], video_id, 'mp4', m3u8_id='hls')
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user