Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2025-01-16 | backend/plugins: Have anchira scraper also match on hentainexus.comHEADtrunk | Wolfgang Müller | -4/+6 | |
2025-01-16 | backend/plugins: Do not explicitly require source in anchira.to scraper | Wolfgang Müller | -2/+8 | |
We've come across info.yaml files without this field. If it is missing, instead rely on a simple heuristic. | ||||
2024-11-14 | backend/plugins: Have anchira scraper use parse_dict from scraper utils | Wolfgang Müller | -11/+2 | |
This cuts down on code duplication and also fixes B023 [1]. [1] https://docs.astral.sh/ruff/rules/function-uses-loop-variable/#function-uses-loop-variable-b023 |