From 8ff256bcdf692ffc0be0fa4833efdaa33b86313f Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sun, 3 Dec 2023 17:26:13 +0300
Subject: [PATCH] Update meo.pt
---
sites/meo.pt/meo.pt.channels.xml | 4 ++--
sites/meo.pt/meo.pt.test.js | 3 ---
sites/meo.pt/readme.md | 21 +++++++++++++++++++++
3 files changed, 23 insertions(+), 5 deletions(-)
create mode 100644 sites/meo.pt/readme.md
diff --git a/sites/meo.pt/meo.pt.channels.xml b/sites/meo.pt/meo.pt.channels.xml
index 89dd5036..e8f1953e 100644
--- a/sites/meo.pt/meo.pt.channels.xml
+++ b/sites/meo.pt/meo.pt.channels.xml
@@ -9,7 +9,7 @@
Sky News
TPA Internacional
TRT World
-
+ W-Sport
3SAT
A Bola TV
Afro Music
diff --git a/sites/meo.pt/meo.pt.test.js b/sites/meo.pt/meo.pt.test.js
index 47867436..7decee75 100644
--- a/sites/meo.pt/meo.pt.test.js
+++ b/sites/meo.pt/meo.pt.test.js
@@ -1,6 +1,3 @@
-// npm run channels:parse -- --config=./sites/meo.pt/meo.pt.config.js --output=./sites/meo.pt/meo.pt.channels.xml
-// npm run grab -- --site=meo.pt
-
const { parser, url, request } = require('./meo.pt.config.js')
const fs = require('fs')
const path = require('path')
diff --git a/sites/meo.pt/readme.md b/sites/meo.pt/readme.md
new file mode 100644
index 00000000..5d420600
--- /dev/null
+++ b/sites/meo.pt/readme.md
@@ -0,0 +1,21 @@
+# meo.pt
+
+https://www.meo.pt/tv/canais-programacao/guia-tv
+
+### Download the guide
+
+```sh
+npm run grab -- --site=meo.pt
+```
+
+### Update channel list
+
+```sh
+npm run channels:parse -- --config=./sites/meo.pt/meo.pt.config.js --output=./sites/meo.pt/meo.pt.channels.xml
+```
+
+### Test
+
+```sh
+npm test -- meo.pt
+```