wikimedia / html-metadata

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

Possible to add 'keywords' to 'clutteredMeta' object? #77

Open namroodinc opened 5 years ago

namroodinc commented 5 years ago

Hi,

Would it be possible to add the following beneath line 300 on lib/index.js: keywords: chtml('meta[name=keywords i]').attr('content'), //meta keywords <meta name ="keywords" content="">

Think it'd be really useful to return these also.

Many thanks!

mvolz commented 5 years ago

Yes, definitely, feel free to submit a PR :)