mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -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
|
@ -8,7 +8,7 @@ dayjs.extend(timezone)
|
|||
dayjs.extend(customParseFormat)
|
||||
|
||||
module.exports = {
|
||||
ignore: true, // Error: Connection timeout
|
||||
skip: true, // Error: Connection timeout
|
||||
site: 'turksatkablo.com.tr',
|
||||
url: function ({ date }) {
|
||||
return `https://www.turksatkablo.com.tr/userUpload/EPG/y.json?_=${date.valueOf()}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue