Update parser.js
This commit is contained in:
parent
88eec20244
commit
39ab38d277
|
@ -5,13 +5,6 @@ const file = require('./file')
|
||||||
|
|
||||||
const parser = {}
|
const parser = {}
|
||||||
|
|
||||||
parser.parseIndex = function () {
|
|
||||||
const content = file.read('index.m3u')
|
|
||||||
const result = playlistParser.parse(content)
|
|
||||||
|
|
||||||
return result.items
|
|
||||||
}
|
|
||||||
|
|
||||||
parser.parsePlaylist = async function (url) {
|
parser.parsePlaylist = async function (url) {
|
||||||
const content = file.read(url)
|
const content = file.read(url)
|
||||||
const result = playlistParser.parse(content)
|
const result = playlistParser.parse(content)
|
||||||
|
|
Loading…
Reference in New Issue