Skip to content
New issue

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

Starting crawl from long url always loads only one page #233

Closed
Revertron opened this issue Nov 30, 2024 · 1 comment
Closed

Starting crawl from long url always loads only one page #233

Revertron opened this issue Nov 30, 2024 · 1 comment

Comments

@Revertron
Copy link

If I want to crawl some website for new pages I would want to start from some particular page, not the root. Like https://habr.com/en/feed/ for example. But spider always loads only that page and doesn't go further by links on that page.

How can I circumvent this?

And the same behavior is with addition of trailing slash: https://habr.com is starting crawling, but https://habr.com/ is loading only that page and then stops.

@j-mendez
Copy link
Member

j-mendez commented Dec 1, 2024

fixed in latest release - thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants