Update ontvtonight.com.config.js

This commit is contained in:
Aleksandr Statciuk 2021-10-05 03:33:14 +03:00
parent 74b3ae3be5
commit b4fbe16f79

View file

@ -16,11 +16,8 @@ const tz = {
} }
module.exports = { module.exports = {
lang: 'en',
days: 3, days: 3,
site: 'ontvtonight.com', site: 'ontvtonight.com',
channels: 'ontvtonight.com.channels.xml',
output: '.gh-pages/guides/ontvtonight.com.guide.xml',
url: function ({ date, channel }) { url: function ({ date, channel }) {
const [region, id] = channel.site_id.split('#') const [region, id] = channel.site_id.split('#')
let url = `https://www.ontvtonight.com` let url = `https://www.ontvtonight.com`