X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fdivxstage.py;h=b88379e066f08bf507a5a461d987b1f1eb27049a;hb=9908e0352872b252494747346589922358aa0375;hp=c76844b39a5fe86d843eb9970237e1cbcf8c5f87;hpb=342f33bf9eff2bbe2d1df43f16b240c904a0338f;p=youtube-dl diff --git a/youtube_dl/extractor/divxstage.py b/youtube_dl/extractor/divxstage.py index c76844b39..b88379e06 100644 --- a/youtube_dl/extractor/divxstage.py +++ b/youtube_dl/extractor/divxstage.py @@ -4,10 +4,10 @@ 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)'} + _VALID_URL = NovaMovIE._VALID_URL_TEMPLATE % {'host': 'divxstage\.(?:eu|net|ch|co|at|ag|to)'} _HOST = 'www.divxstage.eu' @@ -24,4 +24,4 @@ class DivxStageIE(NovaMovIE): 'title': 'youtubedl test video', 'description': 'This is a test video for youtubedl.', } - } \ No newline at end of file + }