[RedBull] Fix show regex

This commit is contained in:
DmitryScaletta 2024-02-10 04:00:24 +03:00
parent fb8b7059f9
commit 72f451a029
No known key found for this signature in database
GPG Key ID: 167A65222EDD4C2A
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ class RedBullEventIE(RedBullBaseIE):
class RedBullShowIE(RedBullBaseIE):
_VALID_URL = r'https?:\/\/(?:www\.)?redbull\.com\/(?P<region>[a-z]{2,3})-(?P<lang>[a-z]{2})\/shows\/(?P<id>[^/#?]+)'
_VALID_URL = r'https?:\/\/(?:www\.)?redbull\.com\/(?P<region>[a-z]{2,3})-(?P<lang>[a-z]{2})\/shows\/(?P<id>[a-z0-9-_]+)'
_TESTS = [{
# one season
'url': 'https://www.redbull.com/int-en/shows/in-the-dust',