From 72d125c56f6eb444b285fe31e50d16f4d1485e4d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk <github@oiya.xyz> Date: Fri, 25 Feb 2022 10:42:25 +0300 Subject: [PATCH] Update CONTRIBUTING.md Added description for new `status` attribute --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 21d5a9205..e01558992 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,6 +83,13 @@ Also, if necessary, you can specify custom HTTP User-Agent and Referrer via the http://example.com/stream.m3u8 ``` +Each stream also have a `status` attribute which is updated daily by the [iptv-bot](https://github.com/apps/iptv-bot). The attribute can have one of the following values: + +- `online` - stream was successfully loaded +- `blocked` - server returned HTTP code [403 Forbidden](https://en.wikipedia.org/wiki/HTTP_403) +- `timeout` - request time exceeded 60 seconds +- `error` - stream could not be loaded for some other reason + ## Project Structure - `.github/`