説明なし

alkeon c8778d1466 Handle links with spaces 10 ヶ月 前
.gitignore fcad559ea4 Initial commit 4 年 前
LICENSE e14fbec989 Original code 4 年 前
README.md 3cad8db15d Add SOURCE: and file options 4 年 前
bot-in-action.gif 3cad8db15d Add SOURCE: and file options 4 年 前
deadseeker.py c8778d1466 Handle links with spaces 10 ヶ月 前

README.md

This was for my website on building a dead link checker when I test it. Forked from **healeycodes

Dead Link Checker

Desktop

Let's say I have a website and I want to find any dead links and images on this website.

$ python deadseeker.py 'https://example.com/'
> 404 - https://www.iana.org/domains/example

Now it works with offline files

$ python deadseeker.py index.html
> FileNotFound - example.html

It's that simple. The website is crawled, and all href and src attributes are sent a request. Errors are reported.