Adds the number of days to config.js
This commit is contained in:
@@ -5,6 +5,7 @@ const cheerio = require('cheerio')
|
||||
module.exports = {
|
||||
skip: true, // returns "Access Denied" or nothing
|
||||
site: 'foxtel.com.au',
|
||||
days: 2,
|
||||
url({ channel, date }) {
|
||||
return `https://www.foxtel.com.au/tv-guide/channel/${channel.site_id}/${date.format(
|
||||
'YYYY/MM/DD'
|
||||
|
||||
Reference in New Issue
Block a user