mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-20 22:40:08 +08:00
🎨: Update Version Code V4.0.6
This commit is contained in:
parent
c33095ad7b
commit
d49291c423
@ -8,7 +8,11 @@ TikTokAPPCrawler = TikTokAPPCrawler()
|
|||||||
|
|
||||||
|
|
||||||
# 获取单个作品数据
|
# 获取单个作品数据
|
||||||
@router.get("/fetch_one_video", response_model=ResponseModel, summary="获取单个作品数据/Get single video data")
|
@router.get("/fetch_one_video",
|
||||||
|
response_model=ResponseModel,
|
||||||
|
summary="获取单个作品数据/Get single video data",
|
||||||
|
deprecated=True
|
||||||
|
)
|
||||||
async def fetch_one_video(request: Request,
|
async def fetch_one_video(request: Request,
|
||||||
aweme_id: str = Query(example="7350810998023949599", description="作品id/Video id")):
|
aweme_id: str = Query(example="7350810998023949599", description="作品id/Video id")):
|
||||||
"""
|
"""
|
||||||
@ -43,3 +47,4 @@ async def fetch_one_video(request: Request,
|
|||||||
params=dict(request.query_params),
|
params=dict(request.query_params),
|
||||||
)
|
)
|
||||||
raise HTTPException(status_code=status_code, detail=detail.dict())
|
raise HTTPException(status_code=status_code, detail=detail.dict())
|
||||||
|
|
@ -30,8 +30,8 @@ API:
|
|||||||
Redoc_URL: /redoc # API documentation URL | API文档URL
|
Redoc_URL: /redoc # API documentation URL | API文档URL
|
||||||
|
|
||||||
# API Information
|
# API Information
|
||||||
Version: V4.0.5 # API version | API版本
|
Version: V4.0.6 # API version | API版本
|
||||||
Update_Time: 2024/07/07 # API update time | API更新时间
|
Update_Time: 2024/08/19 # API update time | API更新时间
|
||||||
Environment: Demo # API environment | API环境
|
Environment: Demo # API environment | API环境
|
||||||
|
|
||||||
# Download Configuration
|
# Download Configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user