From 513fa9beb6e631c0f7484f9028a2e2585a612211 Mon Sep 17 00:00:00 2001 From: Mozi <29089388+pzhlkj6612@users.noreply.github.com> Date: Mon, 17 Feb 2025 03:55:38 +0000 Subject: [PATCH] MatchTVFeedIE: add a new test Co-authored-by: Alex <1952721+TheTitanrain@users.noreply.github.com> --- yt_dlp/extractor/matchtv.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/yt_dlp/extractor/matchtv.py b/yt_dlp/extractor/matchtv.py index 30a1eb5d8..e2d9eb7d1 100644 --- a/yt_dlp/extractor/matchtv.py +++ b/yt_dlp/extractor/matchtv.py @@ -133,4 +133,19 @@ class MatchTVFeedIE(WebcasterFeedBaseIE): 'age_limit': 0, 'description': 'Летний биатлон. Альфа-Банк Кубок Содружества. Спринт. Мужчины', }, + }, { + 'url': 'https://matchtv.ru/alpine-skiing/matchtvvideo_NI2164704_translation_Chempionat_mira_Gigantskij_slalom_Zhenshhiny_1_ja_popytka', + 'md5': '8e8c38efb5ed17f20efea027d8101b64', + 'info_dict': { + 'id': 'f53e8b14b4f872957123d409a9b2c7ef', + 'ext': 'mp4', + 'title': 'Чемпионат мира. Гигантский слалом. Женщины. 1-я попытка', + 'thumbnail': r're:^https?://.*\.jpg$', + 'duration': 7098.0, + 'age_limit': 0, + 'upload_date': '20250213', + 'description': 'Чемпионат мира. Гигантский слалом. Женщины. 1-я попытка', + 'uploader': 'МАТЧ ТВ', + 'timestamp': 1739435713, + }, }]