mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 17:08:27 +08:00
45b570e163
- added support for changing the scraper headers
- added a Coral-Talk/${version} user agent header by default
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
module.exports = () => ({
|
|
section: [
|
|
({ htmlDom: $ }) => $('meta[property="article:section"]').attr('content'),
|
|
],
|
|
});
|