Simplify plugin settings and names

This commit is contained in:
2026-02-01 19:05:08 +01:00
parent cd2e8e2b15
commit da83ed02be
5 changed files with 12 additions and 30 deletions

View File

@@ -119,7 +119,7 @@ def _strip_der_film_suffix(title: str) -> str:
class TopstreamfilmPlugin(BasisPlugin):
"""Integration fuer eine HTML-basierte Suchseite."""
name = "TopStreamFilm"
name = "Topstreamfilm"
def __init__(self) -> None:
self._session: RequestsSession | None = None