A tool for crawling and finding links to URLs which no longer exist
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Brian Picciano 1c91c0368c Add support for RSS feeds 5 months ago
client.go Added HTTP(s)/HTML support 5 months ago
deadlinks.go Got DeadLinks basic functionality actually working 5 months ago
flake.lock Initial commit, SQLiteStore is mostly implemented 5 months ago
flake.nix Initial commit, SQLiteStore is mostly implemented 5 months ago
go.mod Add support for RSS feeds 5 months ago
go.sum Add support for RSS feeds 5 months ago
parser.go Add support for RSS feeds 5 months ago
parser_test.go Added HTTP(s)/HTML support 5 months ago
resource.go Implement basic functionality of top-level DeadLinks type 5 months ago
store.go Fix how iteration works in Store, since sqlite doesn't like concurrent access 5 months ago
store_test.go Fix how iteration works in Store, since sqlite doesn't like concurrent access 5 months ago
url.go Got DeadLinks basic functionality actually working 5 months ago