Correctly set IE_NAME field
This commit is contained in:
parent
f577e0ce15
commit
0dc13f4c4a
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ from ..utils import (
|
|||
|
||||
class MporaIE(InfoExtractor):
|
||||
_VALID_URL = r'^https?://(www\.)?mpora\.(?:com|de)/videos/(?P<id>[^?#/]+)'
|
||||
_IE_NAME = 'MPORA'
|
||||
IE_NAME = 'MPORA'
|
||||
|
||||
_TEST = {
|
||||
'url': 'http://mpora.de/videos/AAdo8okx4wiz/embed?locale=de',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue