Update README.md

Removed guides.json section
This commit is contained in:
Aleksandr Statciuk 2023-10-09 05:12:32 +03:00 committed by GitHub
parent 0461523ce7
commit 6b7c421d8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```