mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-04 08:37:32 +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+)'
|
_VALID_URL = r'https?://(?:www\.)?fitnessblender\.com/videos/[\w-]+/T?(?P<id>\d+)'
|
||||||
|
|
||||||
_TESTS = [{
|
_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': {
|
'info_dict': {
|
||||||
'id': '6076568195001',
|
'id': '6296677311001',
|
||||||
'ext': 'mp4',
|
'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',
|
'thumbnail': r're:^https://.+\.jpg',
|
||||||
},
|
},
|
||||||
'params': {'skip_download': 'm3u8'},
|
'params': {'skip_download': 'm3u8'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user