Update dstv.com.config.js

This commit is contained in:
Aleksandr Statciuk 2021-10-05 03:32:46 +03:00
parent cd699206ac
commit c0f3912d03

View file

@ -7,11 +7,8 @@ dayjs.extend(utc)
dayjs.extend(customParseFormat) dayjs.extend(customParseFormat)
module.exports = { module.exports = {
lang: 'en',
days: 3, days: 3,
site: 'dstv.com', site: 'dstv.com',
channels: 'dstv.com.channels.xml',
output: '.gh-pages/guides/dstv.com.guide.xml',
request: { request: {
timeout: 10000 timeout: 10000
}, },