-
I'm reporting an internal error as requested. Full output is below. The error was repeated several times with pages on this site: the common factor seems to be the presence of an apostrophe in the url…
-
https://github.com/filiph/linkcheck
-
Hi, I've been finding alot of broken links in the documentation and ran a link checker on it:
```
docker run --rm dcycle/broken-link-checker:3 -r1 https://helia.io > helia.io.csv
```
The CSV…
-
BPO | [40770](https://bugs.python.org/issue40770)
--- | :---
Nosy | @terryjreedy, @vstinner, @ned-deily, @JulienPalard, @hroncok, @amaajemyfren, @petdance
*Note: these values reflect the state of the…
-
For reference:
This Gist has a list of links still broken on the website.
https://gist.github.com/ghys/9e4db34a3aa6857e7acfcdb7baf80007
Output of
`linkchecker https://www.openhab.org/ --ignore…
-
Given that the config for scanning each node type is in the `linkchecker.settings.json` it would be nice to have a set of checkboxes so the node types can be selected in the config screen. I imagine t…
-
## Summary
LinkChecker returns an internal error when scanning a PDF with the PdfParser plugin enabled.
## Steps to reproduce
1. Run linkchecker on a page with a PDF.
## Actual result
Li…
-
## Summary
When hitting hardcoded limit of 100000 results cache linkchecker eats all available RAM and eventually gets OOM killed.
## Steps to reproduce
Local test with php-cli:
1. Write index.…
-
## Summary
The following URL works in a browser: [https://omnilogie.fr/O/D'où_vient_la_Légion_d'Honneur_?](https://omnilogie.fr/O/D'où_vient_la_Légion_d'Honneur_?)
However, it will fail in linkche…
-
## Summary
If an HTML file contains a lot of links that refer to anchors in the same (or a different) file, linkchecker wastes a lot of time and bandwidth because it downloads the file for each link …