ruipgil / scraperjs

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

Add an 'options' argument to DynamicScraper that get passed to Phantom #42

Closed rvernica closed 9 years ago

rvernica commented 9 years ago

Add an 'options' argument to DynamicScraper that get passed to Phantom. Allows user to set Phantom's port and fixes #41.

ruipgil commented 9 years ago

Make sure that the tests pass so that I can merge. Use grunt test.

rvernica commented 9 years ago

Sounds good. Done.