From cc82ff4536dd00cc81e86cddadffa72e913525f7 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 29 Jan 2022 23:27:14 +0300 Subject: [PATCH] Update readme.md --- .readme/template.md | 57 +------------------------------ tests/__data__/expected/readme.md | 57 +------------------------------ 2 files changed, 2 insertions(+), 112 deletions(-) diff --git a/.readme/template.md b/.readme/template.md index c939a437..19451813 100644 --- a/.readme/template.md +++ b/.readme/template.md @@ -21,64 +21,9 @@ To load a program guide, all you need to do is copy the link to one or more of t #include "./.readme/_ca-provinces.md" -## List of supported channels - -https://iptv-org.github.io/epg/index.html - ## API -### List of channels - -``` -https://iptv-org.github.io/epg/api/channels.json -``` - -``` -[ - ... - { - "id": "CNNUSA.us", - "name": [ - "CNN USA" - ], - "logo": "https://cdn.tvpassport.com/image/station/100x100/cnn.png", - "country": "US", - "guides": [ - "https://iptv-org.github.io/epg/guides/tvtv.us.guide.xml", - ... - ] - }, - ... -] -``` - - +The API documentation can be found in the [iptv-org/api](https://github.com/iptv-org/api) repository. ## Contribution diff --git a/tests/__data__/expected/readme.md b/tests/__data__/expected/readme.md index 9e1615ca..c408129f 100644 --- a/tests/__data__/expected/readme.md +++ b/tests/__data__/expected/readme.md @@ -46,64 +46,9 @@ To load a program guide, all you need to do is copy the link to one or more of t -## List of supported channels - -https://iptv-org.github.io/epg/index.html - ## API -### List of channels - -``` -https://iptv-org.github.io/epg/api/channels.json -``` - -``` -[ - ... - { - "id": "CNNUSA.us", - "name": [ - "CNN USA" - ], - "logo": "https://cdn.tvpassport.com/image/station/100x100/cnn.png", - "country": "US", - "guides": [ - "https://iptv-org.github.io/epg/guides/tvtv.us.guide.xml", - ... - ] - }, - ... -] -``` - - +The API documentation can be found in the [iptv-org/api](https://github.com/iptv-org/api) repository. ## Contribution