Merge branch 'master' of https://github.com/iptv-org/epg into be-deps

This commit is contained in:
theofficialomega
2026-04-21 18:18:23 +02:00
54 changed files with 14389 additions and 20603 deletions

View File

@@ -70,6 +70,7 @@ export default async function main(filepath: string) {
channel.xmltv_id = ''
}
})
save(filepath, channelsFromXML)
}
async function selectChannel(channel: epgGrabber.Channel): Promise<string> {