[divxstage] Fix typo in IE_NAME
authorSergey M․ <dstftw@gmail.com>
Sat, 5 Apr 2014 10:15:43 +0000 (17:15 +0700)
committerSergey M․ <dstftw@gmail.com>
Sat, 5 Apr 2014 10:15:43 +0000 (17:15 +0700)
youtube_dl/extractor/divxstage.py

index c76844b39a5fe86d843eb9970237e1cbcf8c5f87..4ca3f37a223a0ce4790a123a79233440ffcc2c24 100644 (file)
@@ -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)'}