From c558faba301553a7ec5b2b5f7faf15348a7e4619 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 17 Oct 2022 16:48:02 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9e4dc0f..a4ed132 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ https://iptv-org.github.io/api/channels.json "name": "Anhui TV", "native_name": "安徽卫视", "network": "Anhui", + "owners": ["China Central Television"], "country": "CN", "subdivision": "CN-AH", "city": "Hefei", @@ -49,6 +50,7 @@ https://iptv-org.github.io/api/channels.json | name | string | Full name of the channel | | native_name | string or null | Channel name in the original language if available | | network | string or null | Name of the network operating the channel | +| 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)) | | subdivision | string or null | Code of the subdivision (e.g., provinces or states) from which the broadcast is transmitted ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)) | | city | string or null | Name of the city from which the broadcast is transmitted |