youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit ffb5b05db1f55b9b6e188d2c86befe0493829927
parent 532f5bff70cc32f54f38fbce9233a88faf4423b9
Author: Sergey M <dstftw@gmail.com>
Date:   Sat, 20 Sep 2014 16:59:14 +0700

Merge pull request #3800 from msmuenchen/patch-1

[divxstage] added .to TLD
Diffstat:
Myoutube_dl/extractor/divxstage.py | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 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 + }