From 3fbf76fdd8cd9c55495589a97a8e912e4d87b8ac Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sun, 24 Aug 2025 22:43:13 +0300
Subject: [PATCH] Update .readme/
---
.readme/.gitignore | 3 +--
.readme/config.json | 4 ----
.readme/template.md | 34 +++++++---------------------------
3 files changed, 8 insertions(+), 33 deletions(-)
delete mode 100644 .readme/config.json
diff --git a/.readme/.gitignore b/.readme/.gitignore
index e57faaff68..a2ac441348 100644
--- a/.readme/.gitignore
+++ b/.readme/.gitignore
@@ -1,5 +1,4 @@
_categories.md
_countries.md
_languages.md
-_regions.md
-_subdivisions.md
\ No newline at end of file
+_regions.md
\ No newline at end of file
diff --git a/.readme/config.json b/.readme/config.json
deleted file mode 100644
index ff55cfec76..0000000000
--- a/.readme/config.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "build" : "PLAYLISTS.md",
- "files" : ["./.readme/template.md"]
-}
\ No newline at end of file
diff --git a/.readme/template.md b/.readme/template.md
index dc5cad228d..c7b26655ea 100644
--- a/.readme/template.md
+++ b/.readme/template.md
@@ -40,16 +40,17 @@ Same thing, but split up into separate files:
-### Grouped by country
+### Grouped by broadcast area
-Playlists in which channels are grouped by country for which they are broadcasted.
+Playlists in which channels are grouped by broadcast area.
Expand
-
+
+#### Countries
```
-https://iptv-org.github.io/iptv/index.country.m3u
+https://iptv-org.github.io/iptv/index.countries.m3u
```
Same thing, but split up into separate files:
@@ -57,31 +58,10 @@ Same thing, but split up into separate files:
#include "./.readme/_countries.md"
-
-
-### Grouped by subdivision
-
-Playlists in which channels are grouped by subdivision for which they are broadcasted.
-
-
-Expand
-
-
-
-#include "./.readme/_subdivisions.md"
-
-
-
-### Grouped by region
-
-Playlists in which channels are grouped by the region for which they are broadcasted.
-
-
-Expand
-
+#### Regions
```
-https://iptv-org.github.io/iptv/index.region.m3u
+https://iptv-org.github.io/iptv/index.regions.m3u
```
Same thing, but split up into separate files: