浏览代码

[divxstage] Fix typo in IE_NAME

Sergey M․ 11 年之前
父节点
当前提交
cca37fba48
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/extractor/divxstage.py

+ 1 - 1
youtube_dl/extractor/divxstage.py

@@ -4,7 +4,7 @@ from .novamov import NovaMovIE
 
 
 
 
 class DivxStageIE(NovaMovIE):
 class DivxStageIE(NovaMovIE):
-    IE_NAME = 'divstage'
+    IE_NAME = 'divxstage'
     IE_DESC = 'DivxStage'
     IE_DESC = 'DivxStage'
 
 
     _VALID_URL = NovaMovIE._VALID_URL_TEMPLATE % {'host': 'divxstage\.(?:eu|net|ch|co|at|ag)'}
     _VALID_URL = NovaMovIE._VALID_URL_TEMPLATE % {'host': 'divxstage\.(?:eu|net|ch|co|at|ag)'}