diff --git a/gsuid_core/utils/download_resource/download_core.py b/gsuid_core/utils/download_resource/download_core.py index 3f51b6a..b8fe90e 100644 --- a/gsuid_core/utils/download_resource/download_core.py +++ b/gsuid_core/utils/download_resource/download_core.py @@ -77,7 +77,8 @@ async def check_speed(): '[Chuncheon]': 'https://kr.qxqx.cf', '[Seoul]': 'https://kr-s.qxqx.cf', '[Singapore]': 'https://sg.qxqx.cf', - '[MiniGG]': 'https://file.minigg.cn/sayu-bot', + '[MiniGG]': 'http://file.minigg.cn/sayu-bot', + '[Lulu]': 'http://lulush.microgg.cn', } TAG, BASE_URL = await find_fastest_url(URL_LIB)