mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-27 12:47:34 +01:00
Update yt_dlp/extractor/fitnessblender.py
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
parent
b0c13586f2
commit
6fd35f0cf6
@ -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': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user