enqueueLinks with urls don't trigger router handler
Hello my "search" handler enqueues a url ( I have verified and the url exists and is valid ) to my "subprocessors" handler but for some reasons it's not being triggered
Solution:Jump to solution
Different domains maybe? Have you tried with a different
strategy
? Try with All
, more information here https://crawlee.dev/js/api/core/enum/EnqueueStrategyEnqueueStrategy | API | Crawlee for JavaScript · Build reliable cr...
Crawlee helps you build and maintain your crawlers. It's open source, but built by developers who scrape millions of pages every day for a living.
3 Replies
Solution
Different domains maybe? Have you tried with a different
strategy
? Try with All
, more information here https://crawlee.dev/js/api/core/enum/EnqueueStrategyEnqueueStrategy | API | Crawlee for JavaScript · Build reliable cr...
Crawlee helps you build and maintain your crawlers. It's open source, but built by developers who scrape millions of pages every day for a living.
it worked thanks
you're welcome! :perfecto: