mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-05 11:01:11 +00:00
[divxstage] Fix typo in IE_NAME
This commit is contained in:
parent
9d0993ec4a
commit
cca37fba48
@ -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)'}
|
||||||
|
Loading…
Reference in New Issue
Block a user