Update template.md

pull/5690/head
Aleksandr Statciuk 3 years ago
parent 09b1ebc687
commit 631fbe7f78

@ -14,9 +14,10 @@ To watch IPTV you just need to paste this link `https://iptv-org.github.io/iptv/
Also you can instead use one of these playlists: Also you can instead use one of these playlists:
- `https://iptv-org.github.io/iptv/index.country.m3u` (grouped by country)
- `https://iptv-org.github.io/iptv/index.category.m3u` (grouped by category) - `https://iptv-org.github.io/iptv/index.category.m3u` (grouped by category)
- `https://iptv-org.github.io/iptv/index.language.m3u` (grouped by language) - `https://iptv-org.github.io/iptv/index.language.m3u` (grouped by language)
- `https://iptv-org.github.io/iptv/index.country.m3u` (grouped by country)
- `https://iptv-org.github.io/iptv/index.region.m3u` (grouped by region)
- `https://iptv-org.github.io/iptv/index.nsfw.m3u` (includes adult channels) - `https://iptv-org.github.io/iptv/index.nsfw.m3u` (includes adult channels)
Or select one of the playlists from the list below. Or select one of the playlists from the list below.
@ -43,6 +44,17 @@ Or select one of the playlists from the list below.
</details> </details>
### Playlists by region
<details>
<summary>Expand</summary>
<br>
<!-- prettier-ignore -->
#include "./.readme/_regions.md"
</details>
### Playlists by country ### Playlists by country
<details> <details>
@ -77,11 +89,10 @@ If successful, you should get the following response:
"name": "CNN", "name": "CNN",
"logo": "https://i.imgur.com/ilZJT5s.png", "logo": "https://i.imgur.com/ilZJT5s.png",
"url": "http://ott-cdn.ucom.am/s27/index.m3u8", "url": "http://ott-cdn.ucom.am/s27/index.m3u8",
"category": "News", "categories": [
"languages": [
{ {
"code": "eng", "name": "News",
"name": "English" "slug": "news"
} }
], ],
"countries": [ "countries": [
@ -94,6 +105,12 @@ If successful, you should get the following response:
"name": "Canada" "name": "Canada"
} }
], ],
"languages": [
{
"code": "eng",
"name": "English"
}
],
"tvg": { "tvg": {
"id": "cnn.us", "id": "cnn.us",
"name": "CNN", "name": "CNN",

Loading…
Cancel
Save