mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Rename config.ignore to config.skip
This commit is contained in:
@@ -3,7 +3,7 @@ const dayjs = require('dayjs')
|
||||
const cheerio = require('cheerio')
|
||||
|
||||
module.exports = {
|
||||
ignore: true, // returns "Access Denied" or nothing
|
||||
skip: true, // returns "Access Denied" or nothing
|
||||
site: 'foxtel.com.au',
|
||||
url({ channel, date }) {
|
||||
return `https://www.foxtel.com.au/tv-guide/channel/${channel.site_id}/${date.format(
|
||||
|
||||
Reference in New Issue
Block a user