summaryrefslogtreecommitdiffstatshomepage
path: root/tests/scrapers (follow)
Commit message (Collapse)AuthorAgeLines
* backend/scraper: Have collect() ignore None resultsWolfgang Müller4 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_fileWolfgang Müller4 days-1/+40
|
* backend/scraper: Add parser methods for LanguageWolfgang Müller4 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: Fix import formattingWolfgang Müller4 days-0/+1
|
* Initial commit0.1.0Wolfgang Müller2024-03-05-0/+214