add downloads tab functionality

This commit is contained in:
2025-10-12 20:08:35 +02:00
parent 65a5b8cdbf
commit 6e2860cb67
3 changed files with 64 additions and 8 deletions
+1
View File
@@ -9,6 +9,7 @@ class AppState:
post_urls: List[str]
post_author: List[str]
downloads: List[str]
# dl_speed: str = "0 B/s"
debug: bool = False
tracker: str = "rutracker"
api_url: str = "https://api.michijackson.xyz"