Update CONTRIBUTING.md
Added description for new `status` attribute
This commit is contained in:
parent
78190eafb7
commit
72d125c56f
|
@ -83,6 +83,13 @@ Also, if necessary, you can specify custom HTTP User-Agent and Referrer via the
|
||||||
http://example.com/stream.m3u8
|
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
|
## Project Structure
|
||||||
|
|
||||||
- `.github/`
|
- `.github/`
|
||||||
|
|
Loading…
Reference in New Issue