ruipgil / scraperjs

A complete and versatile web scraper.
MIT License
3.7k stars 188 forks source link

Chaining promises #64

Closed manuschiller closed 7 years ago

manuschiller commented 7 years ago

Hi!

Is it possible to chain the scraperjs.StaticScraper.create(url).scrape(function($){}) promises via Q to handle the results when all promises are resolved?