Update yt_dlp/extractor/fitnessblender.py

Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
Son Phan Trung 2025-01-10 09:58:30 +07:00 committed by GitHub
parent b0c13586f2
commit 6fd35f0cf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,8 @@ from .common import InfoExtractor
class FitnessBlenderIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?fitnessblender\.com/videos/[\w-]+/(?P<tc>T)?(?P<id>\d+)'
_VALID_URL = r'https?://(?:www\.)?fitnessblender\.com/videos/[\w-]+/T?(?P<id>\d+)'
_TESTS = [{
'url': 'https://www.fitnessblender.com/page/fb-plus-player-test',
'info_dict': {