summaryrefslogtreecommitdiffstatshomepage
path: root/src/hircine (unfollow)
Commit message (Expand)AuthorLines
2024-11-15backend/lint: Do not shadow certain builtinsWolfgang Müller-39/+39
2024-11-15backend/api: Remove superfluous scalar definitionWolfgang Müller-5/+0
2024-11-15backend/plugins: Have E-Hentai raise an error from status_code earlyWolfgang Müller-19/+19
2024-11-15backend/plugins: Catch E-Hentai errors only for relevant linesWolfgang Müller-11/+11
2024-11-15backend/plugins: Throw error if E-Hentai response is missing 'gmetadata'Wolfgang Müller-0/+2
2024-11-15backend/plugins: Remove stray apostropheWolfgang Müller-1/+1
2024-11-15backend/plugins: Have exhentai assume no censorship for non-hWolfgang Müller-0/+3
2024-11-14backend/plugins: Use language parser from scraper utilsWolfgang Müller-32/+5
2024-11-14backend/scraper: Have collect() ignore None resultsWolfgang Müller-3/+6
2024-11-14backend/tests: Add test for open_archive_fileWolfgang Müller-1/+1
2024-11-14backend/plugins: Use "no cover" pragma for consistencyWolfgang Müller-1/+1
2024-11-14backend/plugins: Fix MangaDex scraper title formattingWolfgang Müller-1/+1
2024-11-14backend/scraper: Add parser methods for LanguageWolfgang Müller-0/+32
2024-11-14backend/lint: Ignore B027 in api/inputs.pyWolfgang Müller-1/+1
2024-11-14backend/lint: Properly chain exceptionsWolfgang Müller-6/+6
2024-11-14backend/plugins: Have anchira scraper use parse_dict from scraper utilsWolfgang Müller-11/+2
2024-11-14backend/lint: Stop using mutable objects as function argument defaultsWolfgang Müller-3/+12
2024-11-14backend/lint: Implement pyupgrade suggestionsWolfgang Müller-1/+1
2024-11-14backend/lint: Implement flake8-simplify suggestionsWolfgang Müller-19/+17
2024-11-14backend/scraper: Bind loop variables correctlyWolfgang Müller-2/+2
2024-11-14backend/lint: Fix import formattingWolfgang Müller-1/+2
2024-03-25backend: Report Archive size as floatWolfgang Müller-1/+1