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:
parent
94bdf1bca2
commit
9052e95f8f
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user