about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-04-05 17:15:43 +0700
committerSergey M․ <dstftw@gmail.com>2014-04-05 17:15:43 +0700
commitcca37fba486562efac63cfe4820ea9184c6857b9 (patch)
tree702ef4ea8804c5e34c0f5a13e43560c0fdbe297c
parent9d0993ec4a07dae779f83490811a6aba2d4711b3 (diff)
downloadyoutube-dl-cca37fba486562efac63cfe4820ea9184c6857b9.tar.gz
youtube-dl-cca37fba486562efac63cfe4820ea9184c6857b9.tar.xz
youtube-dl-cca37fba486562efac63cfe4820ea9184c6857b9.zip
[divxstage] Fix typo in IE_NAME
-rw-r--r--youtube_dl/extractor/divxstage.py2
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)'}