diff --git a/README.md b/README.md index a4ed132..a514f13 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ https://iptv-org.github.io/api/channels.json { "id": "AnhuiTV.cn", "name": "Anhui TV", - "native_name": "安徽卫视", + "alt_names": ["安徽卫视"], "network": "Anhui", "owners": ["China Central Television"], "country": "CN", @@ -48,7 +48,7 @@ https://iptv-org.github.io/api/channels.json | -------------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | | id | string | Unique channel ID | | 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 | | 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)) |