You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying this, but I would like to handle the recurse slightly different
Trying to scan https://flathub.org/ we have multiple translations of the website, and it would be nice to be able to only scan the https://flathub.org/en part as links should be the same between translations.
The problem with doing this via --skip would be, that no external pages get scanned. I guess it might be possible to do, but the resulting regex doesn't spark joy.
Here's a non working try at that npx linkinator https://flathub.org/en/ --recurse --skip '^https://flathub.org/(?!en/).*$'
The text was updated successfully, but these errors were encountered:
Hey,
I've been trying this, but I would like to handle the recurse slightly different
Trying to scan https://flathub.org/ we have multiple translations of the website, and it would be nice to be able to only scan the https://flathub.org/en part as links should be the same between translations.
The problem with doing this via
--skip
would be, that no external pages get scanned. I guess it might be possible to do, but the resulting regex doesn't spark joy.Here's a non working try at that
npx linkinator https://flathub.org/en/ --recurse --skip '^https://flathub.org/(?!en/).*$'
The text was updated successfully, but these errors were encountered: