refactor: migrate main.py to modular routers and add project roadmap
- Migrated monolithic main.py to feature-scoped routers in app/routers/ - Added GEMINI.md for project context and AI instructional guidelines - Updated README.md with a comprehensive modernization plan (SQL migration, robust scraping DSL, frontend modernization) - Improved authentication with cookie support and modular JS - Updated test suite and documentation
This commit is contained in:
+29
-9
@@ -6,7 +6,7 @@
|
||||
"anime_url": "https://anime-sama.si/catalogue/test/vostfr/",
|
||||
"provider_id": "animesama",
|
||||
"lang": "vostfr",
|
||||
"last_checked": "2026-02-28T00:29:13.675660",
|
||||
"last_checked": "2026-03-24T08:45:18.470468",
|
||||
"last_episode_downloaded": 0,
|
||||
"total_episodes": null,
|
||||
"auto_download": true,
|
||||
@@ -17,18 +17,38 @@
|
||||
"synopsis": null,
|
||||
"genres": [],
|
||||
"added_at": "2026-01-29T21:53:38.078765",
|
||||
"updated_at": "2026-02-28T00:29:13.675679"
|
||||
"updated_at": "2026-03-24T08:45:18.470487"
|
||||
},
|
||||
"fd62e169-46de-4bdc-8966-53329bcc81bb": {
|
||||
"id": "fd62e169-46de-4bdc-8966-53329bcc81bb",
|
||||
"a5270097-d883-45b9-ad86-538a39c51e91": {
|
||||
"id": "a5270097-d883-45b9-ad86-538a39c51e91",
|
||||
"user_id": "059c564b78528d334f5ac4ecce3ea894",
|
||||
"anime_title": "Frieren",
|
||||
"anime_url": "https://anime-sama.tv/catalogue/frieren/saison1/vostfr/",
|
||||
"provider_id": "anime-sama",
|
||||
"lang": "vostfr",
|
||||
"last_checked": "2026-03-24T08:45:18.849516",
|
||||
"last_episode_downloaded": 28,
|
||||
"total_episodes": 6,
|
||||
"auto_download": true,
|
||||
"quality_preference": "auto",
|
||||
"status": "active",
|
||||
"poster_image": null,
|
||||
"cover_image": null,
|
||||
"synopsis": null,
|
||||
"genres": [],
|
||||
"added_at": "2026-02-28T09:42:38.806576",
|
||||
"updated_at": "2026-03-24T08:45:18.849533"
|
||||
},
|
||||
"944b598b-2bc8-4cd8-8a7b-8d84b7342c26": {
|
||||
"id": "944b598b-2bc8-4cd8-8a7b-8d84b7342c26",
|
||||
"user_id": "4eaae75f1df2f52bda44f6b18a400542",
|
||||
"anime_title": "Frieren",
|
||||
"anime_url": "https://anime-sama.tv/catalogue/frieren/saison1/vostfr/",
|
||||
"provider_id": "anime-sama",
|
||||
"lang": "vostfr",
|
||||
"last_checked": null,
|
||||
"last_episode_downloaded": 0,
|
||||
"total_episodes": null,
|
||||
"last_checked": "2026-03-24T08:45:19.136113",
|
||||
"last_episode_downloaded": 28,
|
||||
"total_episodes": 6,
|
||||
"auto_download": true,
|
||||
"quality_preference": "auto",
|
||||
"status": "active",
|
||||
@@ -36,7 +56,7 @@
|
||||
"cover_image": null,
|
||||
"synopsis": null,
|
||||
"genres": [],
|
||||
"added_at": "2026-02-28T09:20:00.841741",
|
||||
"updated_at": "2026-02-28T09:20:00.841741"
|
||||
"added_at": "2026-02-28T15:47:09.168943",
|
||||
"updated_at": "2026-03-24T08:45:19.136131"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user