mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Added unsorted playlist
This commit is contained in:
parent
48cc5e021c
commit
fe80b52f0f
3 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,8 @@ async function main() {
|
|||
const index = parseIndex()
|
||||
|
||||
for (let item of index.items) {
|
||||
if (item.name === 'Unsorted') continue
|
||||
|
||||
console.log(`Processing '${item.url}'...`)
|
||||
let playlist = parsePlaylist(item.url)
|
||||
items = items.concat(playlist.items)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue