mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
[shared] Extend _VALID_URL to support vivo.sx (Closes #6681)
This commit is contained in:
parent
39affb5aa4
commit
3d8132f5e2
@ -14,7 +14,7 @@
|
||||
|
||||
|
||||
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
Block a user