mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add simple emoji support
This commit is contained in:
parent
4bf38f71f3
commit
a098d3ea84
4 changed files with 27 additions and 17 deletions
|
|
@ -77,7 +77,7 @@ proc getGuestToken(): Future[string] {.async.} =
|
|||
token = result
|
||||
|
||||
proc getVideo*(tweet: Tweet; token: string) {.async.} =
|
||||
if not tweet.video.isSome: return
|
||||
if tweet.video.isNone(): return
|
||||
|
||||
let headers = newHttpHeaders({
|
||||
"Accept": "application/json, text/javascript, */*; q=0.01",
|
||||
|
|
|
|||
Loading…
Reference in a new issue