mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-05-17 17:15:42 -05:00
Update yt_dlp/extractor/fitnessblender.py
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
parent
b0c13586f2
commit
6fd35f0cf6
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
|
|
||||||
|
|
||||||
class FitnessBlenderIE(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 = [{
|
_TESTS = [{
|
||||||
'url': 'https://www.fitnessblender.com/page/fb-plus-player-test',
|
'url': 'https://www.fitnessblender.com/page/fb-plus-player-test',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
|
Loading…
Reference in a new issue