Skip to content

Commit 3d07b0d

Browse files
authored
Update cosplay.py
1 parent 181114f commit 3d07b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moumoubaimifan/cosplay/cosplay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def request_get(url, ret_type):
1919
return res.json()
2020

2121
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"
22+
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'
2323
res_json = request_get(url, "json")
2424
if res_json["retcode"] == 0:
2525
for item in res_json["data"]["list"]:

0 commit comments

Comments
 (0)