-
-
Notifications
You must be signed in to change notification settings - Fork 215
Support epub format #202
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needednew data format
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needednew data format
Type
Fields
Give feedbackNo fields configured for Feature.
Would be nice to help out creators of ebooks and check for broken links. That seems to be a real problem.
There is a tool called epub-linkchecker, but development seems to have stalled. I don't know much about epubs, but it looks like it's some XML-like format with normal
<a>tags, so it might not be too hard to parse (either with our html link extractor or the plaintext extractor).If there are any people interested in trying to add support, add a comment here. We can provide some guidance if needed.