Questions tagged [linkchecker]

LinkChecker is a free, GPL licensed website validator. LinkChecker checks links in web documents or full websites.

Official website: https://wummel.github.io/linkchecker/

Code: https://github.com/wummel/linkchecker

15 questions
3
votes
1 answer

Authenticating with LinkChecker

I want to use LinkChecker to validate links across my web pages. However I must be authenticated to view most pages I want to test. How do I authenticate to a website when I am using LinkChecker?
2
votes
1 answer

How to ignore URLs containing image formats using linkchecker

I am using linkchecker to crawl the UK government website, map the relations between hyperlinks, and output to a GML file. I do not want to include URLs of images, for example any URL that contains a jpeg or png file format reference (e.g.…
timothyjgraham
  • 1,142
  • 1
  • 15
  • 28
1
vote
1 answer

linkchecker ignore multiple urls

I would like to not check the url's that contain this: gitlab.forge.stanis.fr rosetta-store.rd.stanis.fr I have tried several things in the conf file like this: [filtering] ignore= gitlab.forge.stanis.fr rosetta-store.rd.stanis.fr but I get "Error…
sazearte
  • 349
  • 1
  • 4
  • 12
1
vote
0 answers

My program writes the data to file successfully, but the URL data needs to be checked by my link checker. Node.js

https://github.com/strawberries73/OSD600-Journey-on-rocky-trails I need the data converted to show URLs only for my Link Check to work. I have tried another solution but the new code solution deletes the conversion before it gets read. If there…
1
vote
0 answers

Postman link checker crawl on one page

I am using postman link checker (http://blog.getpostman.com/2017/06/23/check-for-broken-links-on-your-website-using-a-postman-collection/). Is there any way to check all links that are on xx page and not crawl those links? // get environment…
1
vote
0 answers

Not being able to install LinkChecker using pip

from altgraph.compat import * ImportError: No module named compat When I run 'sudo pip install LinkChecker' It threw me error to install couple dependencies which I did. However I'm stuck here now The directory…
Biplov
  • 1,136
  • 1
  • 20
  • 44
1
vote
1 answer

Authentication with link checker

I'm trying to use Link Checker 9.3 (the gui version) to check for broken links on my company's SharePoint site. The site uses Active Directory for user authentication. Every test I run I get a 401 Unauthorized error. I found this thread. Which…
Rothrock
  • 1,413
  • 2
  • 16
  • 39
1
vote
1 answer

Validating a link checker test

My group uses Jenkins to deploy our code, and I've started adding tests in Jenkins to validate our code. In the case of a website we build and deploy, I've downloaded linkchecker.exe to my Jenkins slave and I will implement this test as another…
0
votes
0 answers

Free Files Hosting URL Checker

I'm looking for URL Checker to use in my project. It can be PHP or JS. Like urlchecker.org. turbobit.net, mega.nz, mediafire.com to query the status of the file uploaded on sites such as.
Onur
  • 11
  • 1
0
votes
0 answers

How deploy LinkChecker on a shared server

I have built a tool that does analysis and displays various client-specific data on her particular web site. I run LinkChecker locally on my windows machine from a command line. It takes about an hour and produces a big XML output file. I ftp this…
Lynn Kasdorf
  • 31
  • 1
  • 3
0
votes
1 answer

Link Sleuth - How to show origination page of broken external links

I'm using Link Sleuth to find broken external links on our site. It does a great job only I cannot figure out how to get it to show which page the links originate from. The report provides the broken link but not the page where it lives. Am I…
theDaviator
  • 37
  • 1
  • 9
0
votes
1 answer

W3C link checker: Status: 501 Protocol scheme 'tel' is not supported

I'm trying to validate the links via https://validator.w3.org/checklink, but getting error Status: 501 Protocol scheme 'tel' is not supported I tried to search on google and went through with many articles I don't find satisfying answers.
0
votes
1 answer

Traversing URLs or pages to find 404 links

I have a working code which traverses one level of URL, I need some Help to implement two or three level of link traversing to detect 404's. driver().navigate().to(URL); driver().manage().window().maximize(); String orgWindow =…
0
votes
1 answer

Is there a software tool for alerting 404 pages in a data driven JSF application?

There is a data driven web application developed using JSF. Are there any tools which can help finding links which lead to a 404 page ? Currently we get to know only when somebody clicks manually and gets a 404 which might be due to a query that did…
Chakra
  • 2,525
  • 8
  • 43
  • 82
-1
votes
1 answer

linkchecker || running basic commands

This is absurd I'm going crazy here.. trying to run a simple command after installing the package (it's a crawler which crawls a given website url and returns all the links under the given parent url) But no matter what I do I cant seem to get the…
bitmetvt
  • 1
  • 2