Franco Mendez
Results
2
comments of
Franco Mendez
Has been couple years so... bump. Must have! thank you
I found a workaround to stop the crawler. Once your condition to stop is met, just set the `shouldCrawl` function to return `false` always. ```js crawler.shouldCrawl = () => false;...