[shared] Extend _VALID_URL to support vivo.sx (Closes #6681)
This commit is contained in:
parent
39affb5aa4
commit
3d8132f5e2
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue