module.exports = {
site: 'example.com',
days: 2,
url() {
return `https://example.com`
},
parser() {
return []
}