ruipgil / scraperjs

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

Chaining promises #64

Closed manuschiller closed 8 years ago

manuschiller commented 8 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?