From b5f6640446cab9ca3d3b7eb0a74f727fc6984eec Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 8 Jan 2023 12:20:58 +0300 Subject: [PATCH] Update readme.md --- .readme/readme.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/.readme/readme.md b/.readme/readme.md index 678f6939..6b49aa10 100644 --- a/.readme/readme.md +++ b/.readme/readme.md @@ -4,13 +4,35 @@ EPG (Electronic Program Guide) for thousands of TV channels collected from different sources. -## Usage +## How to use? To load a program guide, all you need to do is copy the link to one or more of the guides from the list below and paste it into your favorite player. +## Guides + +### Grouped by country + +
+Expand +
+ #include "./.readme/_countries.md" +
+ +### Grouped by source + +
+Expand +
+ + +#include "./.readme/_sources.md" + +
+
+ All guides also have a compressed and JSON version. To download them, simply change the extension from `.xml` to `.xml.gz` or `.json` respectively. ## Contribution