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

Use dynamic rate limits from API responses

This commit is contained in:
Zed
2025-11-16 05:22:45 +01:00
parent 6fe850b2c6
commit 4fc7b873c4
3 changed files with 11 additions and 7 deletions
+1
View File
@@ -28,6 +28,7 @@ type
userMedia
RateLimit* = object
limit*: int
remaining*: int
reset*: int