Check links using normal fetch operations and only failed ones with puppeteer #9
Closed
gaurav-nelson
started this conversation in
Ideas
Replies: 1 comment
-
Completed via 525f7ea |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, Linkspector checks all links with puppeteer. Maybe, we can do multiple passes, first it check if links are working using normal fetch and in the second pass it check the failed links using puppeteer to reduce false positives.
Beta Was this translation helpful? Give feedback.
All reactions