From 8354700b7f6f8be71a1d2f5bb0d1426b498b57f0 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 31 Oct 2019 14:59:08 +0300 Subject: [PATCH] Added link to language index and table --- helpers/_readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helpers/_readme.md b/helpers/_readme.md index 987f215c3..b1d06187b 100644 --- a/helpers/_readme.md +++ b/helpers/_readme.md @@ -15,6 +15,7 @@ If your application does not support nested playlists, you can instead use one o - `https://iptv-org.github.io/iptv/index.full.m3u` (grouped by country and content) - `https://iptv-org.github.io/iptv/index.country.m3u` (grouped by country) - `https://iptv-org.github.io/iptv/index.content.m3u` (grouped by content) +- `https://iptv-org.github.io/iptv/index.language.m3u` (grouped by language) Or select one of the playlists from the list below. @@ -22,6 +23,10 @@ Or select one of the playlists from the list below. #include "./helpers/categories.md" +## Playlists by language + +#include "./helpers/languages.md" + ## Playlists by country #include "./helpers/countries.md"