mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-25 11:47:34 +01:00
fix mismatched test
This commit is contained in:
parent
94367ebabb
commit
a36296dcf1
@ -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'},
|
||||
|
Loading…
x
Reference in New Issue
Block a user