Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | backend/plugins: Have exhentai assume no censorship for non-h | Wolfgang Müller | 3 days | -2/+5 |
| | | | | | | Non-H usually has nothing to censor, so this should be a safe default. We have not come across anything where this would have been a false positive. | |||
* | backend/tests: Add tests for gallery_dl scrapers | Wolfgang Müller | 4 days | -0/+646 |
| | ||||
* | backend/scraper: Have collect() ignore None results | Wolfgang Müller | 4 days | -0/+15 |
| | | | | | | If a parser function returned None we yield it regardless, even though it won't have any impact further down the line. Instead clean up the collect() stream as early as possible. | |||
* | backend/tests: Add test for open_archive_file | Wolfgang Müller | 4 days | -1/+40 |
| | ||||
* | backend/scraper: Add parser methods for Language | Wolfgang Müller | 4 days | -0/+33 |
| | | | | | | We can expect a number of scraper sources to either give languages as ISO 639-3 or as their English name, so it makes sense to implement a simple parser method on our side. | |||
* | backend/lint: Format overlong line | Wolfgang Müller | 4 days | -1/+3 |
| | ||||
* | backend/lint: Implement flake8-simplify suggestions | Wolfgang Müller | 4 days | -13/+12 |
| | ||||
* | backend/lint: Fix import formatting | Wolfgang Müller | 4 days | -16/+35 |
| | ||||
* | Initial commit0.1.0 | Wolfgang Müller | 2024-03-05 | -0/+6576 |