From 5a2f5f79e644d776856af98672172ea083eeeb91 Mon Sep 17 00:00:00 2001 From: "Autumn.home" Date: Sat, 13 Jul 2024 13:22:30 +0800 Subject: [PATCH] add url status contentlength --- api/asset_info.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/asset_info.py b/api/asset_info.py index cbe76b7..5e29d54 100644 --- a/api/asset_info.py +++ b/api/asset_info.py @@ -347,6 +347,8 @@ async def url_data(request_data: dict, db=Depends(get_mongo_db), _: dict = Depen "id": {"$toString": "$_id"}, "input": 1, "source": 1, + "status": 1, + "length": 1, "type": "$outputtype", "url": "$output", "time": 1,