Update README.md

This commit is contained in:
Aleksandr Statciuk 2023-04-20 03:16:03 +03:00
parent e0367f401e
commit e45b42066f

View file

@ -100,10 +100,10 @@ https://iptv-org.github.io/api/streams.json
| http_referrer | string or null | The [Referer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer) request header for the stream | | 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 | | 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 | The status of the stream based on the last check. Can be one of the following: `online`, `blocked`, `timeout`, `error` | | status | string | The status of the stream based on the last check. Can be 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` | | width | integer | The maximum width of the stream in pixels. |
| height | integer | The maximum height of the stream in pixels. Specified only if the status is `online` | | height | integer | The maximum height of the stream in pixels. |
| bitrate | integer | The bitrate of the stream in bits per second. Specified only if the status is `online` | | bitrate | integer | The bitrate of the stream in bits per second. |
| frame_rate | integer or float | The frame rate of the stream in frames per second. Specified only if the status is `online` | | frame_rate | integer or float | The frame rate of the stream in frames per second. |
| added_at | string | Date the stream was added to the list ([ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)) | | added_at | string | Date the stream was added to the list ([ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)) |
| updated_at | string | Date of last update ([ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)) | | updated_at | string | Date of last update ([ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)) |
| checked_at | string | Date of last check ([ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)) | | checked_at | string | Date of last check ([ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)) |