bookwyrm-social/bookwyrm

Check HTTP status codes on file links

Open

#1,831 opened on Jan 17, 2022

 (6 comments) (1 reaction) (0 assignees)Python (326 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (2,754 stars)
PR merge metrics
 (PR metrics pending)

Description

When an edition has a link out to a copy of the book, it would be great to automatically check that the link isn't returning a 404 or error type status code. I think this can be a HEAD request. I'm not sure when the best time to do it is.

Contributor guide