mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-09 23:08:32 +00:00
Remove test domain
This commit is contained in:
parent
94bdf1bca2
commit
9052e95f8f
@ -97,7 +97,7 @@ def get_item(type_, preference):
|
||||
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…
Reference in New Issue
Block a user