This commit is contained in:
freearhey
2021-03-13 15:51:19 +03:00
parent 40dcba7a3e
commit 980019968e
14 changed files with 54 additions and 11882 deletions

View File

@@ -6,9 +6,9 @@ var customParseFormat = require('dayjs/plugin/customParseFormat')
dayjs.extend(customParseFormat)
module.exports = {
site: 'tvguide.co.uk',
lang: 'en',
output: '../../.gh-pages/guides/tvguide.co.uk.xml',
site: 'tvguide.co.uk',
output: '.gh-pages/guides/tvguide.co.uk.xml',
url: function ({ date, channel }) {
return `https://www.tvguide.co.uk/mobile/channellisting.asp?ch=${channel.site_id}`
},