From 6b7c421d8a241392151062043bbe3833a1bf9fbe Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk <7253922+freearhey@users.noreply.github.com> Date: Mon, 9 Oct 2023 05:12:32 +0300 Subject: [PATCH] Update README.md Removed guides.json section --- README.md | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/README.md b/README.md index c8ee982..232dbdf 100644 --- a/README.md +++ b/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 ```