Update template.md
This commit is contained in:
parent
344dc88cc3
commit
e401ef069d
|
@ -53,16 +53,22 @@ If successful, you should get the following response:
|
||||||
"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",
|
"category": "News",
|
||||||
"language": [
|
"languages": [
|
||||||
{
|
{
|
||||||
"code": "eng",
|
"code": "eng",
|
||||||
"name": "English"
|
"name": "English"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"country": {
|
"countries": [
|
||||||
"code": "us",
|
{
|
||||||
"name": "United States"
|
"code": "us",
|
||||||
},
|
"name": "United States"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"code": "ca",
|
||||||
|
"name": "Canada"
|
||||||
|
}
|
||||||
|
],
|
||||||
"tvg": {
|
"tvg": {
|
||||||
"id": "cnn.us",
|
"id": "cnn.us",
|
||||||
"name": "CNN",
|
"name": "CNN",
|
||||||
|
|
Loading…
Reference in New Issue