Remove test domain

pull/12775/head
DTrombett 4 months ago
parent 94bdf1bca2
commit 9052e95f8f
No known key found for this signature in database
GPG Key ID: FD8700F69650F6AA

@ -97,7 +97,7 @@ class EuropaIE(InfoExtractor):
class EuroParlWebstreamIE(InfoExtractor):
_VALID_URL = r'''(?x)
https?://multimedia\.europarl\.europa\.eu/
(?:[^/]*/)?(?:webstreaming|video)/(?:[^_]*_)?(?P<id>[\w-]+)
(?:[^/]*/)?webstreaming/(?:[^_]*_)?(?P<id>[\w-]+)
'''
_TESTS = [{
'url': 'https://multimedia.europarl.europa.eu/pl/webstreaming/plenary-session_20220914-0900-PLENARY',

Loading…
Cancel
Save