Remove failed guest ID experiment

This commit is contained in:
Zed 2020-01-22 14:01:27 +01:00
commit b87cd39bce
7 changed files with 9 additions and 28 deletions

View file

@ -8,7 +8,7 @@ proc getTweet*(username, id, after, agent: string): Future[Conversation] {.async
headers = genHeaders({
"pragma": "no-cache",
"x-previous-page-name": "profile"
}, agent, base, xml=true, guestId=true)
}, agent, base, xml=true)
url = base / username / tweetUrl / id ? {"max_position": after}
html = await fetchHtml(url, headers)