Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3d07b0d

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /