ruipgil / scraperjs

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

Passing options to phantom #33

Closed vdraceil closed 9 years ago

vdraceil commented 9 years ago

Is there a way to pass options (like load-images: no, load-styles: no, etc.) to the DynamicScraper? Its just that some pages may load faster without the resources.

ruipgil commented 9 years ago

Currently there's no practical way to do it. However, by default load-images is set to no.