diff options
| -rw-r--r-- | youtube_dl/extractor/divxstage.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/divxstage.py b/youtube_dl/extractor/divxstage.py index c76844b39..4ca3f37a2 100644 --- a/youtube_dl/extractor/divxstage.py +++ b/youtube_dl/extractor/divxstage.py @@ -4,7 +4,7 @@ from .novamov import NovaMovIE  class DivxStageIE(NovaMovIE): -    IE_NAME = 'divstage' +    IE_NAME = 'divxstage'      IE_DESC = 'DivxStage'      _VALID_URL = NovaMovIE._VALID_URL_TEMPLATE % {'host': 'divxstage\.(?:eu|net|ch|co|at|ag)'}  | 
