Routers not working as expected
Hello everyone
First of all, thanks for this project — it looks really good and promising!
I'm considering using Crawlee as an alternative to Scrapy.
I'm trying to use a router to run different processes based on the URL.
But the request is never captured by the handler .
I’d appreciate any insights — am I missing something here?
Here’s my crawl.py:
and here my routes:
3 Replies