From 14684cf1b75d2bc71b8e18bd98bffb302a41e84b Mon Sep 17 00:00:00 2001 From: ikun0014 Date: Thu, 20 Mar 2025 22:54:43 +0800 Subject: [PATCH] fix: ManifestDownload --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index aaf4dde..285b3fb 100644 --- a/main.py +++ b/main.py @@ -190,7 +190,6 @@ async def handle_depot_files( async def fetch_from_cdn(sha: str, path: str, repo: str): if variable.IS_CN: url_list = [ - f"https://jsdelivr.pai233.top/gh/{repo}@{sha}/{path}", f"https://cdn.jsdmirror.com/gh/{repo}@{sha}/{path}", f"https://raw.gitmirror.com/{repo}/{sha}/{path}", f"https://raw.dgithub.xyz/{repo}/{sha}/{path}",