Update example.config.js
This commit is contained in:
parent
71c2bf884c
commit
ce4914d9e2
|
@ -5,6 +5,7 @@ dayjs.extend(utc)
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
site: 'example.com',
|
site: 'example.com',
|
||||||
|
days: 2,
|
||||||
channels: 'example.channels.xml',
|
channels: 'example.channels.xml',
|
||||||
output: 'tests/output/guide.xml',
|
output: 'tests/output/guide.xml',
|
||||||
url: () => 'http://example.com/20210319/1tv.json',
|
url: () => 'http://example.com/20210319/1tv.json',
|
||||||
|
|
Loading…
Reference in New Issue