mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-05-13 16:35:43 -05:00
Update yt_dlp/extractor/redbulltv.py
Fix Url formatting. Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
parent
edf7d0ebd3
commit
7b9398f1d1
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ def _real_extract(self, url):
|
|||
locale = '>'.join([f'{lang}-{reg}' for reg in regions])
|
||||
|
||||
rrn_data = self._download_json(
|
||||
'https://www.redbull.com/v3/api/graphql/v1/v3/feed/' + locale,
|
||||
f'https://www.redbull.com/v3/api/graphql/v1/v3/feed/{locale}',
|
||||
display_id, query={
|
||||
'filter[type]': filter_type, 'page[limit]': 1, 'filter[uriSlug]': display_id,
|
||||
'disableUsageRestrictions': 'true', 'rb3Schema': 'v1:pageConfig',
|
||||
|
|
Loading…
Reference in a new issue