mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-24 17:45:57 +00:00
Update test
This commit is contained in:
parent
62f7e43671
commit
775a1bcd15
@ -13,30 +13,30 @@ class PlVideoIE(InfoExtractor):
|
|||||||
IE_DESC = 'Платформа'
|
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=Y5JzUzkcQTMK',
|
||||||
'md5': 'be768d1d4c44462f180ca39927ad07f2',
|
'md5': 'fe8e18aca892b3b31f3bf492169f8a26',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'owo7vk1sTqzA',
|
'id': 'Y5JzUzkcQTMK',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'thumbnail': 'https://img.plvideo.ru/images/fp-2024-images/v/cover/d9/e9/d9e9a78134c01ca56e9e795244e1ba95/original6753a778ab7fe1.79895808.jpg',
|
'thumbnail': 'https://img.plvideo.ru/images/fp-2024-images/v/cover/37/dd/37dd00a4c96c77436ab737e85947abd7/original663a4a3bb713e5.33151959.jpg',
|
||||||
'title': 'Две угрозы для ВСУ на Донбассе, интервью Лаврова Карлсону, что означают для Украины события в Сирии.',
|
'title': 'Presidente de Cuba llega a Moscú en una visita de trabajo',
|
||||||
'channel': 'Страна.ua',
|
'channel': 'RT en Español',
|
||||||
'channel_id': 'hX0oxkAgBfaK',
|
'channel_id': 'ZH4EKqunVDvo',
|
||||||
'media_type': 'video',
|
'media_type': 'video',
|
||||||
'comment_count': int,
|
'comment_count': int,
|
||||||
'tags': ['политика', 'путин', 'зеленский', 'украина', 'война', 'новости', 'сша', 'такеркарлсон', 'интервью'],
|
'tags': ['rusia', 'cuba', 'russia', 'miguel díaz-canel'],
|
||||||
'description': 'md5:52e3cb3cf9deac3a0d9c3b6523a1c1ff',
|
'description': 'md5:a1a395d900d77a86542a91ee0826c115',
|
||||||
'released_timestamp': 1733535609,
|
'released_timestamp': 1715096124,
|
||||||
'channel_is_verified': False,
|
'channel_is_verified': True,
|
||||||
'like_count': int,
|
'like_count': int,
|
||||||
'timestamp': 1733535474,
|
'timestamp': 1715095911,
|
||||||
'duration': 1112011,
|
'duration': 44320,
|
||||||
'view_count': int,
|
'view_count': int,
|
||||||
'dislike_count': int,
|
'dislike_count': int,
|
||||||
'upload_date': '20241207',
|
'upload_date': '20240507',
|
||||||
'modified_date': '20241207',
|
'modified_date': '20240701',
|
||||||
'channel_follower_count': int,
|
'channel_follower_count': int,
|
||||||
'modified_timestamp': 1733535710,
|
'modified_timestamp': 1719824073,
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://plvideo.ru/shorts/S3Uo9c-VLwFX',
|
'url': 'https://plvideo.ru/shorts/S3Uo9c-VLwFX',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user