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

This commit is contained in:
freearhey 2019-07-20 18:36:22 +03:00
parent 2f7d7393bf
commit 57877ad5ec
3 changed files with 14283 additions and 3 deletions

View File

@ -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.

View File

@ -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 = {

14279
index.full.m3u Normal file

File diff suppressed because one or more lines are too long