wikimedia / html-metadata

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

Add Dublin Core metadata scraping #1

Closed m4tx closed 9 years ago

m4tx commented 9 years ago

Bug: T76224

mvolz commented 9 years ago

Looks good! One thing that pops out is that scrapeAllMerged is too naïve to merge those lists when there are multiples of the same properties- I.e. superResults.push() will add the list as an element rather than concatenating.

m4tx commented 9 years ago

Fixed!