mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-26 21:59:08 +01:00
Add IE_DESC
This commit is contained in:
parent
c567d27ede
commit
62f7e43671
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ from ..utils.traversal import traverse_obj
|
|||
|
||||
|
||||
class PlVideoIE(InfoExtractor):
|
||||
IE_DESC = 'Платформа'
|
||||
_VALID_URL = r'https?://(?:www\.)?plvideo\.ru/(?:watch\?(?:[^#]+&)?v=|shorts/)(?P<id>[\w-]+)'
|
||||
_TESTS = [{
|
||||
'url': 'https://plvideo.ru/watch?v=owo7vk1sTqzA',
|
||||
|
|
Loading…
Reference in a new issue