mirror of
https://github.com/iptv-org/api.git
synced 2025-05-12 01:50:06 -04:00
Update README.md
Removed guides.json section
This commit is contained in:
parent
0461523ce7
commit
6b7c421d8a
1 changed files with 0 additions and 31 deletions
31
README.md
31
README.md
|
@ -4,7 +4,6 @@
|
|||
|
||||
- [Channels](#channels)
|
||||
- [Streams](#streams)
|
||||
- [Guides](#guides)
|
||||
- [Categories](#categories)
|
||||
- [Languages](#languages)
|
||||
- [Countries](#countries)
|
||||
|
@ -94,36 +93,6 @@ https://iptv-org.github.io/api/streams.json
|
|||
|
||||
Source of data: https://github.com/iptv-org/iptv
|
||||
|
||||
### Guides
|
||||
|
||||
```
|
||||
https://iptv-org.github.io/api/guides.json
|
||||
```
|
||||
|
||||
```jsonc
|
||||
[
|
||||
//...
|
||||
{
|
||||
"channel": "KSTSDT3.us",
|
||||
"site": "tvtv.us",
|
||||
"lang": "en",
|
||||
"days": 2,
|
||||
"url": "https://iptv-org.github.io/epg/guides/us.xml"
|
||||
}
|
||||
//...
|
||||
]
|
||||
```
|
||||
|
||||
| Field | Type | Description |
|
||||
| ------- | ------- | --------------------------------------------------------------------------------- |
|
||||
| channel | string | Channel ID |
|
||||
| site | string | Program source domain name |
|
||||
| lang | string | Language of the guide ([ISO_639-1](https://en.wikipedia.org/wiki/ISO_639-1) code) |
|
||||
| days | integer | Number of days for which this guide is intended |
|
||||
| url | string | Link to the guide |
|
||||
|
||||
Source of data: https://github.com/iptv-org/epg
|
||||
|
||||
### Categories
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue