broken-link-checker icon indicating copy to clipboard operation
broken-link-checker copied to clipboard

Find broken links, missing images, etc within your HTML.

Results 79 broken-link-checker issues
Sort by recently updated
recently updated
newest added

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()...

bug
needs confirmation

**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...

enhancement

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...

enhancement

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: ``` $...

bug

Is there an option to check a list of links (not recursively)?

enhancement

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───...

enhancement

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`...

enhancement

Awesome tool. Any chance you could make it accept a list of URLs and run multi threaded please?

enhancement

If you're open to PR's, I could also have a go at this.

enhancement

`` 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)`

bug
needs confirmation