From d2dfa2152bb5ab0d51be87128aab4d1856d1ad88 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 16 Feb 2022 14:54:59 +0300 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 0e78cb5..3d55d6f 100644 --- a/README.md +++ b/README.md @@ -37,19 +37,19 @@ https://iptv-org.github.io/api/channels.json ] ``` -| Field | Type | Description | -| -------------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| id | string | Unique channel ID | -| name | string | Full name of the channel | -| network | string | Name of the network operating the channel | -| 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 | 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 | Name of the city from which the broadcast is transmitted | -| broadcast_area | array | List of codes describing the broadcasting area (`r/`, `c/`, `s/`) | -| languages | array | List of languages broadcast | -| categories | array | List of categories to which this channel belongs | -| is_nsfw | boolean | Indicates whether the channel broadcasts adult content | -| logo | string | Logo URL | +| Field | Type | Description | +| -------------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | +| id | string | Unique channel ID | +| name | string | Full name of the channel | +| network | string or null | Name of the network operating the channel | +| 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 | +| broadcast_area | array | List of codes describing the broadcasting area (`r/`, `c/`, `s/`) | +| languages | array | List of languages broadcast | +| categories | array | List of categories to which this channel belongs | +| is_nsfw | boolean | Indicates whether the channel broadcasts adult content | +| logo | string or null | Logo URL | ### Guides