broken-link-checker
broken-link-checker copied to clipboard
Find broken links, missing images, etc within your HTML.
When testing the links of some websites like the nytimes.com you will notice a warning message : `(node:4687) Warning: Possible EventEmitter memory leak detected. 11 pipe listeners added. Use emitter.setMaxListeners()...
**Is your feature request related to a problem? Please describe.** One of my site pages links out to external contributor's sites, which are often under development and may not always...
Currently you add excludes one by one with `--exclude localhost --exclude example.com` ect. It would be very beneficial if you could reference a file having a list of excludes one...
I have encountered a link which is considered broken by `blc` but opens well in `curl` or browser. Here it is: ``` blc https://www.nginx.com ``` CURL works fine: ``` $...
When checking links BLC seems to check the file exists but doesn't check the fragment id: ``` Getting links from: http://localhost:59319/ ├───OK─── http://localhost:59319/#an-invalid-id (CACHED) ├───OK─── http://localhost:59319/foo.html#an-invalid-id ├───OK─── http://localhost:59319/#a-valid-id (CACHED) └───OK───...
Hi guys, I've been trying to set cookies with BLC, but didn't succeed yet. Therefore, BLC is getting "blocked" by a Cookie Wall and cannot proceed. Normally, when using `?policy=accepted`...
Awesome tool. Any chance you could make it accept a list of URLs and run multi threaded please?
If you're open to PR's, I could also have a go at this.
`` Takes the current url and tacks the route on to the dns-prefetch url example: `http://randomexamplething.com/my/route` blc will attempt to check the following and get a 404: `├─BROKEN─ https://fonts.googleapis.com/my/route/ (HTTP_404)`