[njoy:embed] Relax _VALID_URL
This commit is contained in:
parent
81413c0165
commit
92366d189e
|
@ -332,7 +332,7 @@ class NDREmbedIE(NDREmbedBaseIE):
|
||||||
|
|
||||||
class NJoyEmbedIE(NDREmbedBaseIE):
|
class NJoyEmbedIE(NDREmbedBaseIE):
|
||||||
IE_NAME = 'njoy:embed'
|
IE_NAME = 'njoy:embed'
|
||||||
_VALID_URL = r'https?://www\.n-joy\.de/(?:[^/]+/)+(?P<id>[\da-z]+)-(?:player|externalPlayer)_[^/]+\.html'
|
_VALID_URL = r'https?://www\.n-joy\.de/(?:[^/]+/)*(?P<id>[\da-z]+)-(?:player|externalPlayer)_[^/]+\.html'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
# httpVideo
|
# httpVideo
|
||||||
'url': 'http://www.n-joy.de/events/reeperbahnfestival/doku948-player_image-bc168e87-5263-4d6d-bd27-bb643005a6de_theme-n-joy.html',
|
'url': 'http://www.n-joy.de/events/reeperbahnfestival/doku948-player_image-bc168e87-5263-4d6d-bd27-bb643005a6de_theme-n-joy.html',
|
||||||
|
|
Loading…
Reference in New Issue