Replies: 1 comment 3 replies
-
It seems to work as expected, make sure the link is rendered statically if you are not using the chrome feature |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using spider for a personal project and am not sure if i am using it wrong or if it's not working as expected (version 1.80.82)
There's a subdomain link with blog.[domain] on this page that is not picked up. Here's another site with the same behavior
https://www.kylegalbraith.com/
. My assumption was that enabling subdomain's would pick up those links. Using a subdomain directlyWebsite::new("https://blog.adamhepner.pl")
yields my expected behavior.It appears to stem from here. I would assume you would pass a subdomains option here and match the hostname's if it is enabled?
Beta Was this translation helpful? Give feedback.
All reactions