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

This commit is contained in:
Sergey M․ 2015-08-26 22:03:58 +06:00
parent 39affb5aa4
commit 3d8132f5e2

View file

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