1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-01 13:41:00 +02:00

[divxstage] added .to TLD

Example video "http://www.divxstage.eu/video/930c52709d2" which gets redirected to .to TLD
This commit is contained in:
Marco Schuster 2014-09-20 02:32:41 +02:00
parent 532f5bff70
commit 3e8fcd9fa1

View File

@ -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'