Correctly set IE_NAME field

This commit is contained in:
Philipp Hagemeister 2014-01-07 09:45:58 +01:00
parent f577e0ce15
commit 0dc13f4c4a
3 changed files with 3 additions and 3 deletions

View file

@ -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',