Added playlist grouped by country and topic (resolve #37)

pull/40/head
freearhey 6 years ago
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: 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.full.m3u` (grouped by country and topic)
- `https://raw.githubusercontent.com/freearhey/iptv/master/index.topic.m3u` (grouped by 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. Or select a playlist for a specific country from the list below.

@ -1,7 +1,7 @@
const util = require('./util') const util = require('./util')
const urlParser = require('url') const urlParser = require('url')
const types = ['country', 'topic'] const types = ['full', 'country', 'topic']
const debug = false const debug = false
let cache = {} let cache = {}
let stats = { let stats = {

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save