Update README.md

This commit is contained in:
Aleksandr Statciuk 2022-10-19 00:36:59 +03:00
parent c558faba30
commit 9116188aab

View file

@ -24,7 +24,7 @@ https://iptv-org.github.io/api/channels.json
{ {
"id": "AnhuiTV.cn", "id": "AnhuiTV.cn",
"name": "Anhui TV", "name": "Anhui TV",
"native_name": "安徽卫视", "alt_names": ["安徽卫视"],
"network": "Anhui", "network": "Anhui",
"owners": ["China Central Television"], "owners": ["China Central Television"],
"country": "CN", "country": "CN",
@ -48,7 +48,7 @@ https://iptv-org.github.io/api/channels.json
| -------------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | | -------------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| id | string | Unique channel ID | | id | string | Unique channel ID |
| name | string | Full name of the channel | | name | string | Full name of the channel |
| native_name | string or null | Channel name in the original language if available | | alt_names | array | List of alternative channel names |
| network | string or null | Name of the network operating the channel | | network | string or null | Name of the network operating the channel |
| owners | array | List of channel owners | | owners | array | List of channel owners |
| country | string | Country code from which the broadcast is transmitted ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)) | | country | string | Country code from which the broadcast is transmitted ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)) |