Update README.md

This commit is contained in:
Aleksandr Statciuk 2022-02-14 06:25:19 +03:00
parent e5b870586c
commit 44bfa0219a

View file

@ -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).