Files
Wyatt Johnson 7d246bba76 Metadata Scraper Debugger (#2048)
* feat: added asset scrape debugger

* fix: added docs for scraper

* fix: added asset scraping to sidebar
2018-10-30 17:02:33 +00:00

6 lines
127 B
JavaScript

module.exports = () => ({
section: [
({ htmlDom: $ }) => $('meta[property="article:section"]').attr('content'),
],
});