mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-30 20:34:40 +01:00
add a test
This commit is contained in:
parent
798f596fa7
commit
8347473bbb
1 changed files with 15 additions and 0 deletions
|
@ -118,4 +118,19 @@ class MatchTVFeedIE(WebcasterFeedBaseIE):
|
|||
'age_limit': 0,
|
||||
'timestamp': 1694071818,
|
||||
},
|
||||
}, {
|
||||
'url': 'https://matchtv.ru/biathlon/matchtvvideo_NI2100211_translation_Letnij_biatlon_Alfa_Bank_Kubok_Sodruzhestva_Sprint_Muzhchiny',
|
||||
'md5': '590a64c05257644d246f0db9ce294dd7',
|
||||
'info_dict': {
|
||||
'id': '65960e62d0d4f5bac535deab796f94a9',
|
||||
'ext': 'mp4',
|
||||
'title': 'Летний биатлон. Альфа-Банк Кубок Содружества. Спринт. Мужчины',
|
||||
'thumbnail': r're:^https?://.*\.jpg$',
|
||||
'upload_date': '20240906',
|
||||
'duration': 7106.0,
|
||||
'timestamp': 1725612645,
|
||||
'uploader': 'МАТЧ ТВ',
|
||||
'age_limit': 0,
|
||||
'description': 'Летний биатлон. Альфа-Банк Кубок Содружества. Спринт. Мужчины',
|
||||
},
|
||||
}]
|
||||
|
|
Loading…
Add table
Reference in a new issue