wikimedia / html-metadata

MetaData html scraper and parser for Node.js (supports Promises and callback style)
MIT License
138 stars 44 forks source link

Missing bracket in the demo code on main page #43

Closed Machinas closed 7 years ago

Machinas commented 7 years ago

The closing bracket for the "options" variable is missing, only "headers" is closed correctly in the example code for the Options object:

var options = { url: "http://blog.woorank.com/2013/04/dublin-core-metadata-for-seo-and-usability/", jar: request.jar(), // Cookie jar headers: { 'User-Agent': 'webscraper' }

mvolz commented 7 years ago

Thanks for reporting this! Fixed.