finnish monkrus scraper (probably)

This commit is contained in:
Vxrtrauter
2025-10-18 01:33:12 +02:00
parent 7e5e3033e6
commit 1822a150d7
2 changed files with 7 additions and 22 deletions
-7
View File
@@ -20,10 +20,3 @@ class AppState:
aria2_threads: int = 4
state = AppState(posts=[], post_titles=[], post_urls=[], post_author=[], downloads=[], download_path="")
@dataclass
class Post:
id: int
title: str
url: str
author: str