mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Update parser.js
This commit is contained in:
@@ -6,9 +6,8 @@ const parser = {}
|
|||||||
|
|
||||||
parser.parseChannels = async function (filepath) {
|
parser.parseChannels = async function (filepath) {
|
||||||
const content = await file.read(filepath)
|
const content = await file.read(filepath)
|
||||||
const channels = grabber.parseChannels(content)
|
|
||||||
|
|
||||||
return channels
|
return grabber.parseChannels(content)
|
||||||
}
|
}
|
||||||
|
|
||||||
parser.parseLogs = async function (filepath) {
|
parser.parseLogs = async function (filepath) {
|
||||||
|
|||||||
Reference in New Issue
Block a user