[shared] Extend _VALID_URL to support vivo.sx (Closes #6681)
This commit is contained in:
parent
39affb5aa4
commit
3d8132f5e2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ from ..utils import (
|
||||||
|
|
||||||
|
|
||||||
class SharedIE(InfoExtractor):
|
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 = {
|
_TEST = {
|
||||||
'url': 'http://shared.sx/0060718775',
|
'url': 'http://shared.sx/0060718775',
|
||||||
|
|
Loading…
Reference in a new issue