We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following up from a comment
If the same URL appears twice in a file, you can cache the results of the first check and not check it again.
Ideally if we could pass multiple files at once, this caching would persist across files.
The text was updated successfully, but these errors were encountered:
The initial solution can be simple and without persistent caching: keep a dictionary/mapping URL -> status outside the file loop.
Sorry, something went wrong.
There's an open task for this link-check issue #31. Feel free to implement it and submit a PR. It'd be a nice feature to have.
No branches or pull requests
Following up from a comment
If the same URL appears twice in a file, you can cache the results of the first check and not check it again.
Ideally if we could pass multiple files at once, this caching would persist across files.
The text was updated successfully, but these errors were encountered: