From 402d80ca44a44127015983aa09f714bf9128c1cf Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 16 Feb 2022 14:52:05 +0300 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8a24503..e7dadea 100644 --- a/README.md +++ b/README.md @@ -75,16 +75,16 @@ https://iptv-org.github.io/api/streams.json ] ``` -| Field | Description | -| ------------- | -------------------------------------------------------------------------------------------------------------------- | -| channel | Channel ID | -| url | Stream URL | -| http_referrer | The [Referer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer) request header for the stream | -| user_agent | The [User-Agent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent) request header for the stream | -| status | One of the following: `online`, `blocked`, `timeout`, `error` | -| width | The maximum width of the stream in pixels. Specified only if the status is `online` | -| height | The maximum height of the stream in pixels. Specified only if the status is `online` | -| bitrate | The bitrate of the stream in bits per second. Specified only if the status is `online` | +| Field | Type | Description | +| ------------- | -------------- | -------------------------------------------------------------------------------------------------------------------- | +| channel | string | Channel ID | +| url | string | Stream URL | +| http_referrer | string or null | The [Referer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer) request header for the stream | +| user_agent | string or null | The [User-Agent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent) request header for the stream | +| status | string | One of the following: `online`, `blocked`, `timeout`, `error` | +| width | integer | The maximum width of the stream in pixels. Specified only if the status is `online` | +| height | integer | The maximum height of the stream in pixels. Specified only if the status is `online` | +| bitrate | integer | The bitrate of the stream in bits per second. Specified only if the status is `online` | ### Guides