1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-01-31 12:32:27 +01:00

Update yt_dlp/extractor/redbulltv.py

Fix indentation.

Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
suanto 2025-01-07 15:49:54 +02:00 committed by GitHub
parent aa72488bd6
commit 0bc6814c9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -239,8 +239,8 @@ class RedBullIE(InfoExtractor):
})
video_id = video_info['assetId']
formats, subtitles = self._extract_m3u8_formats_and_subtitles(video_info['videoUrl'],
video_id, 'mp4', entry_protocol='m3u8_native', m3u8_id='hls')
formats, subtitles = self._extract_m3u8_formats_and_subtitles(
video_info['videoUrl'], video_id, 'mp4', m3u8_id='hls')
return {
'id': video_id,