[divxstage] Support more domains
This commit is contained in:
parent
7cd3bc5f99
commit
342f33bf9e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class DivxStageIE(NovaMovIE):
|
|||
IE_NAME = 'divstage'
|
||||
IE_DESC = 'DivxStage'
|
||||
|
||||
_VALID_URL = NovaMovIE._VALID_URL_TEMPLATE % {'host': 'divxstage\.(?:eu|net)'}
|
||||
_VALID_URL = NovaMovIE._VALID_URL_TEMPLATE % {'host': 'divxstage\.(?:eu|net|ch|co|at|ag)'}
|
||||
|
||||
_HOST = 'www.divxstage.eu'
|
||||
|
||||
|
|
Loading…
Reference in a new issue