mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-27 17:08:32 +00:00
fix matching
This commit is contained in:
parent
a36296dcf1
commit
5e9c7815e5
@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
class FitnessBlenderIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?fitnessblender\.com/videos/[\w-]+/T?(?P<id>\d+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?fitnessblender\.com/videos/'
|
||||
|
||||
_TESTS = [{
|
||||
'url': 'https://www.fitnessblender.com/videos/lower-body-strength-hiit-workout-strength-sets-with-hiit-cardio-burst',
|
||||
|
Loading…
Reference in New Issue
Block a user