fix mismatched test

This commit is contained in:
Son Phan Trung 2025-01-10 10:05:28 +07:00 committed by GitHub
parent 94367ebabb
commit a36296dcf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,11 +6,11 @@ class FitnessBlenderIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?fitnessblender\.com/videos/[\w-]+/T?(?P<id>\d+)'
_TESTS = [{
'url': 'https://www.fitnessblender.com/page/fb-plus-player-test',
'url': 'https://www.fitnessblender.com/videos/lower-body-strength-hiit-workout-strength-sets-with-hiit-cardio-burst',
'info_dict': {
'id': '6076568195001',
'id': '6296677311001',
'ext': 'mp4',
'title': 'Sports Endurance Workout - Stamina, Speed, and Agility Workout',
'title': 'WO 2022-02-02 Ks Lower Body HIIT and Strength',
'thumbnail': r're:^https://.+\.jpg',
},
'params': {'skip_download': 'm3u8'},