[bato] simplify and update

This commit is contained in:
Mike Fährmann
2024-01-06 00:51:52 +01:00
parent f6ce870885
commit 3aa24c3744
3 changed files with 66 additions and 79 deletions

View File

@@ -60,6 +60,6 @@ __tests__ = (
"#url" : "https://bato.to/title/134270-removed",
"#category": ("", "bato", "manga"),
"#class" : bato.BatoMangaExtractor,
"#exception": exception.NotFoundError
"#exception": exception.StopExtraction,
}
)