summaryrefslogtreecommitdiffstatshomepage
path: root/tests/plugins/scrapers (unfollow)
Commit message (Collapse)AuthorLines
3 daysbackend/plugins: Throw error if E-Hentai response is missing 'gmetadata'Wolfgang Müller-0/+16
It might be that we get a valid (maybe empty) response from the API, in which case we do not want to simply crash because we expect the 'gmetadata' field in the response. Instead, throw a proper ScrapeError for it.
3 daysbackend/tests: Add tests for the E-Hentai APIWolfgang Müller-0/+140
3 daysbackend/tests: Add tests for the anchira scraperWolfgang Müller-0/+107
3 daysbackend/tests: Remove unneeded parameter in test_gallery_dlWolfgang Müller-1/+1
3 daysbackend/plugins: Have exhentai assume no censorship for non-hWolfgang Müller-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.
4 daysbackend/tests: Add tests for gallery_dl scrapersWolfgang Müller-0/+646