mirror of
https://github.com/iptv-org/api.git
synced 2025-05-12 10:00:07 -04:00
Update README.md
This commit is contained in:
parent
e5b870586c
commit
44bfa0219a
1 changed files with 23 additions and 0 deletions
23
README.md
23
README.md
|
@ -9,6 +9,7 @@
|
||||||
- [Countries](#countries)
|
- [Countries](#countries)
|
||||||
- [Subdivisions](#subdivisions)
|
- [Subdivisions](#subdivisions)
|
||||||
- [Regions](#regions)
|
- [Regions](#regions)
|
||||||
|
- [Blocklist](#blocklist)
|
||||||
|
|
||||||
### Channels
|
### Channels
|
||||||
|
|
||||||
|
@ -206,6 +207,28 @@ https://iptv-org.github.io/api/regions.json
|
||||||
| code | Code of the region |
|
| code | Code of the region |
|
||||||
| countries | List of countries in 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
|
## 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).
|
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).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue