Add configurable update source and update-only version display

This commit is contained in:
2026-02-05 13:15:58 +01:00
parent 4c3f90233d
commit 9aedbee083
8 changed files with 144 additions and 2 deletions

View File

@@ -691,6 +691,7 @@ def search_animes(query: str) -> List[SeriesResult]:
class AniworldPlugin(BasisPlugin):
name = "Aniworld"
version = "1.0.0"
def __init__(self) -> None:
self._anime_results: Dict[str, SeriesResult] = {}