scrape-meta icon indicating copy to clipboard operation
scrape-meta copied to clipboard

A library to easily scrape metadata from an article on the web using Open Graph metadata, regular HTML metadata, and series of fallbacks.

Results 1 scrape-meta issues
Sort by recently updated
recently updated
newest added

I'm not using ES6 `import`, but the `require`. ``` const Metascraper = require('metascraper'); const metaData = await Metascraper.scrapeUrl(link); ``` I got the error: `UnhandledPromiseRejectionWarning: TypeError: Metascraper.scrapeUrl is not a function`.