🔥 Remove obsolete hosts

This commit is contained in:
洛水居室 2023-06-06 17:59:25 +08:00
parent 1201a5faf4
commit 2acb573826
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -62,8 +62,6 @@ async def update_metadata_from_github(overwrite: bool = True):
return return
hosts = [ 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.fastgit.org/{RESOURCE_DEFAULT_PATH}"),
URL(f"https://raw.githubusercontent.com/{RESOURCE_DEFAULT_PATH}"), URL(f"https://raw.githubusercontent.com/{RESOURCE_DEFAULT_PATH}"),
] ]