mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update create-database.js
This commit is contained in:
parent
15e54da0e2
commit
0d2458685b
2 changed files with 3 additions and 2 deletions
|
@ -38,7 +38,8 @@ async function getChannels() {
|
|||
const configPath = `${dir}/${site}.config.js`
|
||||
const config = require(file.resolve(configPath))
|
||||
if (config.ignore) continue
|
||||
const [__, groupId] = filename.match(/_([a-z-]+)\.channels\.xml/i) || [null, null]
|
||||
const [__, region] = filename.match(/_([a-z-]+)\.channels\.xml/i) || [null, null]
|
||||
const groupId = `${region}/${site}`
|
||||
const items = await parser.parseChannels(filepath)
|
||||
for (const item of items) {
|
||||
const key = `${item.site}:${item.site_id}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue