[mpora] Improve _VALID_URL
This commit is contained in:
parent
6317a3e9da
commit
250a9bdfe2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from ..utils import int_or_none
|
|||
|
||||
|
||||
class MporaIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(www\.)?mpora\.(?:com|de)/videos/(?P<id>[^?#/]+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?mpora\.(?:com|de)/videos/(?P<id>[^?#/]+)'
|
||||
IE_NAME = 'MPORA'
|
||||
|
||||
_TEST = {
|
||||
|
|
Loading…
Reference in a new issue