rgfewfger
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user