youtube-dl

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

commit 3d8132f5e20b7cbdaa8f69aca482553b2c02bed8
parent 39affb5aa427a3a1830e97523470d11bfdbd067e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed, 26 Aug 2015 22:03:58 +0600

[shared] Extend _VALID_URL to support vivo.sx (Closes #6681)

Diffstat:
Myoutube_dl/extractor/shared.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/shared.py b/youtube_dl/extractor/shared.py @@ -14,7 +14,7 @@ from ..utils import ( class SharedIE(InfoExtractor): - _VALID_URL = r'http://shared\.sx/(?P<id>[\da-z]{10})' + _VALID_URL = r'http://(?:shared|vivo)\.sx/(?P<id>[\da-z]{10})' _TEST = { 'url': 'http://shared.sx/0060718775',