mirror of
https://github.com/iptv-org/iptv
synced 2025-12-17 02:47:33 -05:00
Added playlist grouped by country and topic (resolve #37)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user