mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Update update-codes.js
This commit is contained in:
@@ -8,7 +8,7 @@ const file = require('./file.js')
|
||||
async function main() {
|
||||
console.log('Starting...')
|
||||
|
||||
const files = await file.list('.gh-pages/guides/*.xml')
|
||||
const files = await file.list('.gh-pages/guides/**/*.xml')
|
||||
|
||||
let codes = {}
|
||||
for (const filename of files) {
|
||||
|
||||
Reference in New Issue
Block a user