wummel / linkchecker

check links in web documents or full websites
http://wummel.github.io/linkchecker/
GNU General Public License v2.0
1.42k stars 234 forks source link

Possible to return all instances of a particular link? #685

Open cagross opened 7 years ago

cagross commented 7 years ago

I see how Link Checker can return all instances of dead links on my site. But does it also have the capability to return all instances of any particular link, dead or not? For example, I could feed Link Checker a certain URL, and it would search my site for that URL and return all instances where the link appears.

Apologies if this isn't the right place for this question. If this is not the correct place, might there be a better place to direct it?

alanpilloud commented 7 years ago

From the GUI tool, Edit -> Options : check "verbose mode"

From the command line : $ linkchecker -v http://yoururl.com

However, it seems that there is no grouping functionnaliy : an url is displayed each time linkchecker sees it.

dpalic commented 6 years ago

Thank you for the issue report. Sadly this project is dead, and a new team is around with https://github.com/linkcheck/linkchecker for more details please see: #708 Also please close this issue and report it freshly on the new repo https://github.com/linkcheck/linkchecker/issues