rgfewfger

This commit is contained in:
27942
2025-11-20 11:18:03 +08:00
parent ae08a41a09
commit b0d4f71866

View File

@@ -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: