[mpora] Improve _VALID_URL

This commit is contained in:
Sergey M․ 2015-02-26 21:16:35 +06:00
parent 6317a3e9da
commit 250a9bdfe2
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {