mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
Merge pull request #3800 from msmuenchen/patch-1
[divxstage] added .to TLD
This commit is contained in:
commit
ffb5b05db1
|
@ -7,7 +7,7 @@ class DivxStageIE(NovaMovIE):
|
||||||
IE_NAME = 'divxstage'
|
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|to)'}
|
||||||
|
|
||||||
_HOST = 'www.divxstage.eu'
|
_HOST = 'www.divxstage.eu'
|
||||||
|
|
||||||
|
@ -24,4 +24,4 @@ class DivxStageIE(NovaMovIE):
|
||||||
'title': 'youtubedl test video',
|
'title': 'youtubedl test video',
|
||||||
'description': 'This is a test video for youtubedl.',
|
'description': 'This is a test video for youtubedl.',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue