update arkninghts url

This commit is contained in:
felinae98 2021-07-14 20:16:57 +08:00
parent b8a30aa819
commit 9074336843
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -28,7 +28,7 @@ class Arknights(NewMessage, NoTargetMixin):
async def get_sub_list(self, _) -> list[RawPost]:
async with httpx.AsyncClient() as client:
raw_data = await client.get('http://ak-fs.hypergryph.com/announce/IOS/announcement.meta.json')
raw_data = await client.get('https://ak-conf.hypergryph.com/config/prod/announce_meta/IOS/announcement.meta.json')
return json.loads(raw_data.text)['announceList']
def get_id(self, post: RawPost) -> Any: