mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-28 19:45:52 +00:00
Add IE_DESC
This commit is contained in:
parent
c567d27ede
commit
62f7e43671
@ -10,6 +10,7 @@ from ..utils.traversal import traverse_obj
|
|||||||
|
|
||||||
|
|
||||||
class PlVideoIE(InfoExtractor):
|
class PlVideoIE(InfoExtractor):
|
||||||
|
IE_DESC = 'Платформа'
|
||||||
_VALID_URL = r'https?://(?:www\.)?plvideo\.ru/(?:watch\?(?:[^#]+&)?v=|shorts/)(?P<id>[\w-]+)'
|
_VALID_URL = r'https?://(?:www\.)?plvideo\.ru/(?:watch\?(?:[^#]+&)?v=|shorts/)(?P<id>[\w-]+)'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://plvideo.ru/watch?v=owo7vk1sTqzA',
|
'url': 'https://plvideo.ru/watch?v=owo7vk1sTqzA',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user