mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -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
|
@ -15,9 +15,9 @@ async function main() {
|
|||
const files = await file.list(CONFIGS_PATH).catch(console.error)
|
||||
for (const filepath of files) {
|
||||
try {
|
||||
const { site, ignore } = require(file.resolve(filepath))
|
||||
const { site, skip } = require(file.resolve(filepath))
|
||||
|
||||
if (ignore) continue
|
||||
if (skip) continue
|
||||
|
||||
data.push([
|
||||
site,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue