Update tvguide.com.config.js

This commit is contained in:
Aleksandr Statciuk 2021-10-05 03:33:43 +03:00
parent 73d0f37ef3
commit 6a974ad6ed

View file

@ -6,10 +6,7 @@ dayjs.extend(utc)
dayjs.extend(timezone)
module.exports = {
lang: 'en',
site: 'tvguide.com',
channels: 'tvguide.com.channels.xml',
output: '.gh-pages/guides/tvguide.com.guide.xml',
url: function ({ date, channel }) {
const parts = channel.site_id.split('#')
const start = date.startOf('d')