1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-05-15 00:32:51 -04:00

Update endpoints, fix parser, remove quotes stat

This commit is contained in:
Zed
2025-11-22 21:21:10 +01:00
parent 78d788b27f
commit b0d9c1d51a
6 changed files with 269 additions and 200 deletions
-2
View File
@@ -121,7 +121,6 @@ type
durationMs*: int
url*: string
thumb*: string
views*: string
available*: bool
reason*: string
title*: string
@@ -202,7 +201,6 @@ type
replies*: int
retweets*: int
likes*: int
quotes*: int
views*: int
Tweet* = ref object