mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-06 01:07:07 -05:00
[shared] Clarify IE_DESC
This commit is contained in:
@@ -14,6 +14,7 @@ from ..utils import (
|
|||||||
|
|
||||||
|
|
||||||
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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user