gabceb / node-metainspector

Node npm for web scraping purposes. It scrapes a given URL, and returns you its title, meta description, meta keywords, an array with all the links, all the images in it, etc. Inspired by the metainspector Ruby gem
MIT License
129 stars 52 forks source link

Timeout support #12

Closed arvind-agarwal closed 9 years ago

arvind-agarwal commented 9 years ago

In some situations, urls are taking long time (some urls 1minute +) before it timesout, which is not good. Hence a reasonable default timeout is needed.

arvind-agarwal commented 9 years ago

@gabceb Thanks for accepting the requests, any plans to deploy them to npm repository? Since npm still points to old version.

gabceb commented 9 years ago

Done! Published v1.1.0 to npm

arvind-agarwal commented 9 years ago

Thanks for superfast response.