fix matching

pull/11967/head
Son Phan Trung 3 months ago committed by GitHub
parent a36296dcf1
commit 5e9c7815e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save