Browse Source

[divxstage] Fix typo in IE_NAME

totalwebcasting
Sergey M․ 11 years ago
parent
commit
cca37fba48
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/divxstage.py

+ 1
- 1
youtube_dl/extractor/divxstage.py View 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)'}


Loading…
Cancel
Save