Does the python crawlee allow for multiple crawlers to be run using one router?
router = Router[BeautifulSoupCrawlingContext]()
Just asking as a coleague asked me if it would be possible because curl requests are a lot faster than playwright, so if we can use curl for half the requests and only load the browser for the other portion where it's needed, it could significantly speed up some processes