Added playlist grouped by country and topic (resolve #37)
This commit is contained in:
parent
2f7d7393bf
commit
57877ad5ec
|
@ -28,8 +28,9 @@ Below you can find a manually selected list of such applications for different p
|
|||
|
||||
If your application does not support nested playlists, you can instead use one of these playlists:
|
||||
|
||||
- `https://raw.githubusercontent.com/freearhey/iptv/master/index.country.m3u` (grouped by country)
|
||||
- `https://raw.githubusercontent.com/freearhey/iptv/master/index.topic.m3u` (grouped by topic)
|
||||
- `https://raw.githubusercontent.com/freearhey/iptv/master/index.full.m3u` (grouped by country and topic)
|
||||
- `https://raw.githubusercontent.com/freearhey/iptv/master/index.country.m3u` (grouped only by country)
|
||||
- `https://raw.githubusercontent.com/freearhey/iptv/master/index.topic.m3u` (grouped only by topic)
|
||||
|
||||
Or select a playlist for a specific country from the list below.
|
||||
|
||||
|
|
|
@ -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 = {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue