From dcbe321e9247acf20366e38e5ba106c953926266 Mon Sep 17 00:00:00 2001 From: Igor Tankov <75366889a@gmail.com> Date: Wed, 13 Mar 2024 19:54:57 +0300 Subject: [PATCH] Update MI18N bbs link (#164) --- genshin/client/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genshin/client/routes.py b/genshin/client/routes.py index becf0e37..f61dea89 100644 --- a/genshin/client/routes.py +++ b/genshin/client/routes.py @@ -209,7 +209,7 @@ def get_url(self, region: types.Region, game: types.Game) -> yarl.URL: ) MI18N = dict( - bbs="https://webstatic-sea.mihoyo.com/admin/mi18n/bbs_cn/m11241040191111/m11241040191111-{lang}.json", + bbs="https://fastcdn.hoyoverse.com/mi18n/bbs_oversea/m11241040191111/m11241040191111-{lang}.json", inquiry="https://mi18n-os.hoyoverse.com/webstatic/admin/mi18n/hk4e_global/m02251421001311/m02251421001311-{lang}.json", )