deadoralive icon indicating copy to clipboard operation
deadoralive copied to clipboard

A simple dead link checker service

Results 15 deadoralive issues
Sort by recently updated
recently updated
newest added

We should not check URLs which are internal IP addresses or localhost, just return a failed link check with reason "This is an internal address". `py2-ipaddress` is a library that...

enhancement

The link checker is waiting around a lot of the time: - Waiting to get resource IDs or URLs from CKAN - Waiting to see whether checking a link succeeds...

enhancement

Randomized wait time before checking two links on the same domain.

enhancement

So you don't have to pass API key on the command-line

enhancement

Current plan is to us Flask and APScheduler. If it were an actual web app instead of just an API script the link checker could provide its own API for...

enhancement