We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181114f commit 3d07b0dCopy full SHA for 3d07b0d
moumoubaimifan/cosplay/cosplay.py
@@ -19,7 +19,7 @@ def request_get(url, ret_type):
19
return res.json()
20
21
def main(last_id):
22
- url = f"https://bbs-api.mihoyo.com/post/wapi/getForumPostList??game_id=5&gids=5&last_id={last_id}&list_type=0&page_size=20&topic_id=547"
+ url = f'https://bbs-api.mihoyo.com/post/wapi/getForumPostList?forum_id=47&gids=5&is_good=false&is_hot=false&last_id={last_id}&page_size=20&sort_type=2'
23
res_json = request_get(url, "json")
24
if res_json["retcode"] == 0:
25
for item in res_json["data"]["list"]:
0 commit comments