You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mercury-parser/src/extractors/custom/takagi-hiromitsu.jp/index.js

30 lines
431 B
JavaScript

export const TakagihiromitsuJpExtractor = {
domain: 'takagi-hiromitsu.jp',
title: {
selectors: ['h3'],
},
author: {
selectors: [['meta[name="author"]', 'value']],
},
date_published: {
selectors: [['meta[http-equiv="Last-Modified"]', 'value']],
},
dek: null,
lead_image_url: null,
content: {
selectors: ['div.body'],
defaultCleaner: false,
transforms: {},
clean: [],
},
};