mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update update-codes.js
This commit is contained in:
parent
c24d5ab092
commit
655618227c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const file = require('./file.js')
|
||||||
async function main() {
|
async function main() {
|
||||||
console.log('Starting...')
|
console.log('Starting...')
|
||||||
|
|
||||||
const files = await file.list('.gh-pages/guides/*.xml')
|
const files = await file.list('.gh-pages/guides/**/*.xml')
|
||||||
|
|
||||||
let codes = {}
|
let codes = {}
|
||||||
for (const filename of files) {
|
for (const filename of files) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue