mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 23:03:05 +01:00
fix matching
This commit is contained in:
parent
a36296dcf1
commit
5e9c7815e5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ from .common import InfoExtractor
|
|||
|
||||
|
||||
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…
Add table
Reference in a new issue