Merge pull request #36 from muwenyan521/main

镜像源
This commit is contained in:
ikun
2024-09-22 15:45:13 +08:00
committed by GitHub

View File

@@ -10,6 +10,13 @@ async def get(sha, path, repo, session):
f'https://jsd.onmicrosoft.cn/gh/{repo}@{sha}/{path}',
f'https://raw.dgithub.xyz/{repo}/{sha}/{path}',
f'https://raw.githubusercontent.com/{repo}/{sha}/{path}',
f'https://raw.kkgithub.com/{repo}/{sha}/{path}',
f'https://gitdl.cn/https://raw.githubusercontent.com/{repo}/{sha}/{path}',
f'https://ghp.ci/https://raw.githubusercontent.com/{repo}/{sha}/{path}',
f'https://ghproxy.net/https://raw.githubusercontent.com/{repo}/{sha}/{path}',
f'https://fastly.jsdelivr.net/gh/{repo}@{sha}/{path}',
f'https://jsdelivr.pai233.top/gh/{repo}@{sha}/{path}',
f'https://cdn.jsdelivr.net/gh/{repo}@{sha}/{path}',
]
retry = 3
while retry: