From b0d4f7186624df691665b2052b6a96d62ae17ab2 Mon Sep 17 00:00:00 2001 From: 27942 Date: Thu, 20 Nov 2025 11:18:03 +0800 Subject: [PATCH] rgfewfger --- 推特/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/推特/main.py b/推特/main.py index b373cd9..fcfbbe2 100644 --- a/推特/main.py +++ b/推特/main.py @@ -285,7 +285,8 @@ class Hub_Web: for i in res.response.body["data"]['user']['result']["timeline"]['timeline']["instructions"][1][ "entries"]: if "tweet" in i["entryId"]: - url_id += i["content"]['itemContent']['result']["rest_id"] + ";" + new_string = i["entryId"].replace("tweet-", "") + url_id += new_string + ";" break except: