mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-15 08:42:48 -05:00
Add simple emoji support
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user