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