mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Update update-readme.js
This commit is contained in:
@@ -15,7 +15,8 @@ async function main() {
|
|||||||
const items = []
|
const items = []
|
||||||
for (const filepath of files) {
|
for (const filepath of files) {
|
||||||
const { site, channels } = await parser.parseChannels(filepath)
|
const { site, channels } = await parser.parseChannels(filepath)
|
||||||
const config = require(`../../sites/${site}/${site}.config.js`)
|
const dir = file.dirname(filepath)
|
||||||
|
const config = require(file.resolve(`${dir}/${site}.config.js`))
|
||||||
if (config.ignore) continue
|
if (config.ignore) continue
|
||||||
|
|
||||||
const filename = file.basename(filepath)
|
const filename = file.basename(filepath)
|
||||||
|
|||||||
Reference in New Issue
Block a user