From 2acb5738266531cb4080455fc334f3337bf9152f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Tue, 6 Jun 2023 17:59:25 +0800 Subject: [PATCH] :fire: Remove obsolete hosts --- metadata/scripts/metadatas.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/metadata/scripts/metadatas.py b/metadata/scripts/metadatas.py index ff3f1cc3..90ef6b35 100644 --- a/metadata/scripts/metadatas.py +++ b/metadata/scripts/metadatas.py @@ -62,8 +62,6 @@ async def update_metadata_from_github(overwrite: bool = True): return hosts = [ - URL(f"https://ghproxy.net/https://raw.githubusercontent.com/{RESOURCE_DEFAULT_PATH}"), - URL(f"https://github.91chi.fun/https://raw.githubusercontent.com/{RESOURCE_DEFAULT_PATH}"), URL(f"https://raw.fastgit.org/{RESOURCE_DEFAULT_PATH}"), URL(f"https://raw.githubusercontent.com/{RESOURCE_DEFAULT_PATH}"), ]