From c419e01a5f43f4cfc33d444c280c6a7be8e93bcc Mon Sep 17 00:00:00 2001 From: Akimio521 Date: Thu, 1 Aug 2024 21:20:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(Ani2Alist):=E4=BF=AE=E5=A4=8D=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E5=8F=AF=E8=83=BD=E4=BC=9A=E5=87=BA=E7=8E=B0=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2=E9=99=A4=E4=BB=A5=E6=95=B4=E6=95=B0?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8C=E9=99=90=E5=88=B6=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E6=B5=AE=E7=82=B9=E6=95=B0=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/ani2alist/ani2alist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/ani2alist/ani2alist.py b/app/modules/ani2alist/ani2alist.py index 216f13d..bb17311 100644 --- a/app/modules/ani2alist/ani2alist.py +++ b/app/modules/ani2alist/ani2alist.py @@ -214,7 +214,7 @@ async def parse_data(_url: str = url) -> dict: size: int = file["size"] __url = _url + quoted_name + "?d=true" logger.debug( - f"获取文件:{name},文件大小:{size / 1024 / 1024}MB,播放地址:{__url}" + f"获取文件:{name},文件大小:{int(size) / 1024 / 1024:.2f}MB,播放地址:{__url}" ) _anime_dict[name] = [ size,