From 0287d9c426dbf0a7fa1fe7c02665ceaa548eb4fb Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 21 Apr 2022 22:20:35 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 056367d..3f6a14c 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ https://iptv-org.github.io/api/channels.json "is_nsfw": false, "launched": "2016-07-28", "closed": "2020-05-31", + "replaced_by": "CCTV1.cn", "website": "http://www.ahtv.cn/", "logo": "https://example.com/logo.png" } @@ -57,6 +58,7 @@ https://iptv-org.github.io/api/channels.json | is_nsfw | boolean | Indicates whether the channel broadcasts adult content | | launched | string or null | Launch date of the channel (`YYYY-MM-DD`) | | closed | string or null | Date on which the channel closed (`YYYY-MM-DD`) | +| replaced_by | string or null | The ID of the channel that this channel was replaced by | | website | string or null | Official website URL | | logo | string or null | Logo URL |