Update tvguide.co.uk.config.js

This commit is contained in:
freearhey 2021-03-13 20:28:39 +03:00
parent 9e4880c8fa
commit 0929631b8f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ module.exports = {
lang: 'en',
site: 'tvguide.co.uk',
channels: 'tvguide.co.uk.channels.xml',
output: '.gh-pages/guides/tvguide.co.uk.xml',
output: '.gh-pages/guides/tvguide.co.uk.guide.xml',
url: function ({ date, channel }) {
return `https://www.tvguide.co.uk/mobile/channellisting.asp?ch=${channel.site_id}`
},