mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-18 20:27:52 +00:00
[shared] Clarify IE_DESC
This commit is contained in:
parent
3d8132f5e2
commit
70113c38c9
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
|
|
||||||
class SharedIE(InfoExtractor):
|
class SharedIE(InfoExtractor):
|
||||||
|
IE_DESC = 'shared.sx and vivo.sx'
|
||||||
_VALID_URL = r'http://(?:shared|vivo)\.sx/(?P<id>[\da-z]{10})'
|
_VALID_URL = r'http://(?:shared|vivo)\.sx/(?P<id>[\da-z]{10})'
|
||||||
|
|
||||||
_TEST = {
|
_TEST = {
|
||||||
|
Loading…
Reference in New Issue
Block a user