aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2014-09-20 16:59:14 +0700
committerSergey M. <dstftw@gmail.com>2014-09-20 16:59:14 +0700
commitffb5b05db1f55b9b6e188d2c86befe0493829927 (patch)
treeaecf78f19435f2afdbbdb29b0ae2cf8d497339ee
parent532f5bff70cc32f54f38fbce9233a88faf4423b9 (diff)
parent3e8fcd9fa1ae23ee3f0370dd948411a5f74c03dc (diff)
downloadyoutube-dl-ffb5b05db1f55b9b6e188d2c86befe0493829927.tar.xz
Merge pull request #3800 from msmuenchen/patch-1
[divxstage] added .to TLD
-rw-r--r--youtube_dl/extractor/divxstage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/divxstage.py b/youtube_dl/extractor/divxstage.py
index 4ca3f37a2..b88379e06 100644
--- a/youtube_dl/extractor/divxstage.py
+++ b/youtube_dl/extractor/divxstage.py
@@ -7,7 +7,7 @@ class DivxStageIE(NovaMovIE):
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
+ }