From 44bfa0219a81d8038879dd86784b8faece6ea046 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 14 Feb 2022 06:25:19 +0300 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 879cd40..271af34 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ - [Countries](#countries) - [Subdivisions](#subdivisions) - [Regions](#regions) +- [Blocklist](#blocklist) ### Channels @@ -206,6 +207,28 @@ https://iptv-org.github.io/api/regions.json | code | Code of the region | | countries | List of countries in the region | +### Blocklist + +``` +https://iptv-org.github.io/api/blocklist.json +``` + +``` +[ + ... + { + "channel": "AnimalPlanetEast.us", + "ref": "https://github.com/iptv-org/iptv/issues/1831", + }, + ... +] +``` + +| Field | Description | +| ------- | ----------------------------------------------- | +| channel | Channel ID | +| ref | Link to removal request or DMCA takedown notice | + ## Contribution If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/iptv-org/api/issues) or a [pull request](https://github.com/iptv-org/api/pulls).