mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 18:10:04 -04:00
Added playlist grouped by country and topic (resolve #37)
This commit is contained in:
parent
2f7d7393bf
commit
57877ad5ec
3 changed files with 14283 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
const util = require('./util')
|
||||
const urlParser = require('url')
|
||||
|
||||
const types = ['country', 'topic']
|
||||
const types = ['full', 'country', 'topic']
|
||||
const debug = false
|
||||
let cache = {}
|
||||
let stats = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue