mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update update-readme.js
This commit is contained in:
parent
dda0e31161
commit
82a9165bf5
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ async function main() {
|
|||
const items = []
|
||||
for (const filepath of files) {
|
||||
const { site, channels } = await parser.parseChannels(filepath)
|
||||
const config = require(`../../sites/${site}/${site}.config.js`)
|
||||
if (config.ignore) continue
|
||||
|
||||
const filename = file.basename(filepath)
|
||||
const [__, suffix] = filename.match(/\_(.*)\.channels\.xml$/) || [null, null]
|
||||
const [code] = suffix.split('-')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue