Browse Source

[divxstage] added .to TLD

Example video "http://www.divxstage.eu/video/930c52709d2" which gets redirected to .to TLD
Marco Schuster 11 years ago
parent
commit
3e8fcd9fa1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      youtube_dl/extractor/divxstage.py

+ 2 - 2
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.',
         }
-    }
+    }