-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix support for redbull.com (redbull.tv has moved to redbull.com) #22037
Comments
It appears that multiple of the tests in redbulltv.py are no longer playable in browser. |
Additionally, redbull.tv is now redirecting to https://www.redbull.com/int-en/discover (for my region, at least). Thus, I believe it is safe to remove support for redbull.tv URLs in favor of redbull.com ones. |
Thanks! The referenced PR works for me with one exception. Sometimes the URLs do not have an "AP-..." id, but instead have a slug in that place. Can't find the in the HTML, so not sure how to get it. |
One more thing: #21781 has URLs that are also not supported yet, but as they have an AP-id they look like they could be added by changing the regex. |
Checklist
Example URLs
Description
RedBullTV is supported by youtube-dl. However, it appears that links to videos on redbull.tv redirect to redbull.com rather than redbull.tv. Trying to download these videos results in an
Unsupported URL
error.It also appears that some redbull.tv links (such as https://www.redbull.tv/video/AP-1Q6XCDTAN1W11 and https://www.redbull.tv/video/AP-1PMHKJFCW1W11 from the RedBullTV extractor's tests) now redirect to redbull.com with a different URL format.
The text was updated successfully, but these errors were encountered: