mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 09:30:06 -04:00
Rename config.ignore to config.skip
This commit is contained in:
parent
cc3e319da3
commit
2afe3ff92d
19 changed files with 20 additions and 20 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue