Simplify plugin settings and names
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user