A tool for crawling and finding links to URLs which no longer exist
Go to file
2023-12-30 13:16:58 +01:00
cmd/deadlinks Add deadlinks command 2023-12-30 13:16:58 +01:00
client.go Ignore data links 2023-12-30 12:24:53 +01:00
deadlinks.go Fix concurrent client usage, now each worker gets its own Client 2023-12-30 12:41:08 +01:00
flake.lock Initial commit, SQLiteStore is mostly implemented 2023-12-26 23:18:09 +01:00
flake.nix Initial commit, SQLiteStore is mostly implemented 2023-12-26 23:18:09 +01:00
go.mod Add support for RSS feeds 2023-12-30 11:33:47 +01:00
go.sum Add support for RSS feeds 2023-12-30 11:33:47 +01:00
parser_test.go Added HTTP(s)/HTML support 2023-12-30 11:22:09 +01:00
parser.go Add support for RSS feeds 2023-12-30 11:33:47 +01:00
resource.go Clean up yaml output 2023-12-30 12:17:36 +01:00
store_test.go Fix how iteration works in Store, since sqlite doesn't like concurrent access 2023-12-29 20:12:10 +01:00
store.go Fix how iteration works in Store, since sqlite doesn't like concurrent access 2023-12-29 20:12:10 +01:00
url.go Got DeadLinks basic functionality actually working 2023-12-30 10:31:30 +01:00