Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link checker full report #3

Open
psychemedia opened this issue Dec 6, 2021 · 2 comments
Open

Link checker full report #3

psychemedia opened this issue Dec 6, 2021 · 2 comments

Comments

@psychemedia
Copy link

I have a link checker in innovationOUtside/ouxml-link-checker that generates reports on status codes, etc, returning raw results as eg:

[(True,
  'http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=4376143',
  301,
  'Moved Permanently'),
 (True,
  'https://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=4376143',
  302,
  'Moved Temporarily'),
 (True,
  'https://ieeexplore.ieee.org/document/4376143/?arnumber=4376143',
  200,
  'OK')]

There's also some other bits to dump that as CSV etc.

Code here.

@psychemedia
Copy link
Author

I just hacked a scruffy thing on the link checker to optionally let you submit URLs for archiving on Internet Archive. The policies for which URLs to submit needs some thinking about... See the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants