From de80a413835f4375637ea40d7600f25e8afe2c42 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk <7253922+freearhey@users.noreply.github.com> Date: Wed, 5 Mar 2025 01:16:37 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e419c80..1d8d8b3 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ https://iptv-org.github.io/api/streams.json | Field | Type | Description | | ------------- | -------------- | -------------------------------------------------------------------------------------------------------------------- | -| channel | string | Channel ID | +| channel | string or null | Channel ID | | url | string | Stream URL | | timeshift | string or null | Indicates the shift of the program schedule | | http_referrer | string or null | The [Referer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer) request header for the stream | @@ -265,6 +265,7 @@ https://iptv-org.github.io/api/blocklist.json //... { "channel": "AnimalPlanetEast.us", + "reason": "dmca", "ref": "https://github.com/iptv-org/iptv/issues/1831" } //... @@ -274,6 +275,7 @@ https://iptv-org.github.io/api/blocklist.json | Field | Type | Description | | ------- | ------ | ----------------------------------------------- | | channel | string | Channel ID | +| reason | string | Reason for blocking (`dmca` or `nsfw`) | | ref | string | Link to removal request or DMCA takedown notice | Source of data: https://github.com/iptv-org/database