mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
Update EpicGameStore API
This commit is contained in:
parent
14cce89a18
commit
7dac834144
@ -13,7 +13,7 @@ from configs.config import NICKNAME
|
||||
# 方法参考:RSSHub /epicgames 路由
|
||||
# https://github.com/DIYgod/RSSHub/blob/master/lib/routes/epicgames/index.js
|
||||
async def get_epic_game():
|
||||
epic_url = "https://www.epicgames.com/store/backend/graphql-proxy"
|
||||
epic_url = "https://www.epicgames.com/graphql"
|
||||
headers = {
|
||||
"Referer": "https://www.epicgames.com/store/zh-CN/",
|
||||
"Content-Type": "application/json; charset=utf-8",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user