Merge pull request #2087 from iptv-org/add-tvg-country-attribute

Add tvg-country attribute
This commit is contained in:
Aleksandr Statciuk
2021-02-08 04:58:15 +03:00
committed by GitHub
13 changed files with 2100 additions and 936 deletions

View File

@@ -53,16 +53,22 @@ If successful, you should get the following response:
"logo": "https://i.imgur.com/ilZJT5s.png",
"url": "http://ott-cdn.ucom.am/s27/index.m3u8",
"category": "News",
"language": [
"languages": [
{
"code": "eng",
"name": "English"
}
],
"country": {
"code": "us",
"name": "United States"
},
"countries": [
{
"code": "us",
"name": "United States"
},
{
"code": "ca",
"name": "Canada"
}
],
"tvg": {
"id": "cnn.us",
"name": "CNN",