From 8f8ff911abc0814151249dc8b7777b0e4815070d Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sun, 3 Dec 2023 16:21:41 +0300
Subject: [PATCH] Update horizon.tv
---
sites/horizon.tv/horizon.tv.channels.xml | 4 ++--
sites/horizon.tv/horizon.tv.test.js | 3 ---
sites/horizon.tv/readme.md | 21 +++++++++++++++++++++
3 files changed, 23 insertions(+), 5 deletions(-)
create mode 100644 sites/horizon.tv/readme.md
diff --git a/sites/horizon.tv/horizon.tv.channels.xml b/sites/horizon.tv/horizon.tv.channels.xml
index de5c6974..11203c99 100644
--- a/sites/horizon.tv/horizon.tv.channels.xml
+++ b/sites/horizon.tv/horizon.tv.channels.xml
@@ -39,7 +39,7 @@
Sky News
TRT World HD
France 24
-
+ TV Doktor HD
RTVS 24 HD
AMC HD
Animal Planet HD
diff --git a/sites/horizon.tv/horizon.tv.test.js b/sites/horizon.tv/horizon.tv.test.js
index ccf6af4a..5f1c78d7 100644
--- a/sites/horizon.tv/horizon.tv.test.js
+++ b/sites/horizon.tv/horizon.tv.test.js
@@ -1,6 +1,3 @@
-// npm run channels:parse -- --config=./sites/horizon.tv/horizon.tv.config.js --output=./sites/horizon.tv/horizon.tv.channels.xml
-// npm run grab -- --site=horizon.tv
-
const { parser, url } = require('./horizon.tv.config.js')
const axios = require('axios')
const dayjs = require('dayjs')
diff --git a/sites/horizon.tv/readme.md b/sites/horizon.tv/readme.md
new file mode 100644
index 00000000..151bf54f
--- /dev/null
+++ b/sites/horizon.tv/readme.md
@@ -0,0 +1,21 @@
+# horizon.tv
+
+https://horizon.tv/
+
+### Download the guide
+
+```sh
+npm run grab -- --site=horizon.tv
+```
+
+### Update channel list
+
+```sh
+npm run channels:parse -- --config=./sites/horizon.tv/horizon.tv.config.js --output=./sites/horizon.tv/horizon.tv.channels.xml
+```
+
+### Test
+
+```sh
+npm test -- horizon.tv
+```