Files
talk/jobs/scraper/rules/section.js
T
Wyatt Johnson 45b570e163 Scraper improvements
- added support for changing the scraper headers
- added a Coral-Talk/${version} user agent header by default
2018-03-23 16:00:09 -06:00

6 lines
127 B
JavaScript

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