fd71482526
chore: Log found files for extractors to debug logger
2025-09-12 14:52:59 +02:00
f5455b6946
chore: Fix for additional linting rules
2025-09-12 10:55:23 +02:00
96cd4929c9
chore: Format files with ruff
2025-09-12 10:55:23 +02:00
6b35b2f918
chore: Fix strict pyright analysis errors
2024-06-14 15:13:24 +02:00
163fd63038
fix: Fixed pocketbook extractor trying to read all files
...
The complete read routine would work before figuring out that it is
a file of xml mimetype. This means that it would try to read to memory
any file as the first thing, pdfs, even binaries. Of course doing
so crashed the program.
2024-01-25 21:42:34 +01:00
c8e8453b68
feat: Add advanced pocketbook detection heuristic
...
Added heuristic which checks for the existence of a specific
meta tag written to the pocketbook XHTML file.
2024-01-24 14:57:10 +01:00
6a8f8a03bc
refactor: Extract pocketbook file opening method
2024-01-24 14:55:28 +01:00
c53cd563b7
feat: Add pocketbook extraction
2024-01-24 08:56:21 +01:00