1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-10 07:18:33 +00:00

Remove test domain

This commit is contained in:
DTrombett 2025-03-28 20:03:37 +01:00
parent 94bdf1bca2
commit 9052e95f8f
No known key found for this signature in database
GPG Key ID: FD8700F69650F6AA

View File

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