From 2857ff3d8f425560ca161e6b10f028945226fa96 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 3 Dec 2023 00:30:45 +0300 Subject: [PATCH] Update cosmote.gr --- sites/cosmote.gr/cosmote.gr.channels.xml | 4 ++-- sites/cosmote.gr/cosmote.gr.test.js | 3 --- sites/cosmote.gr/readme.md | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 sites/cosmote.gr/readme.md diff --git a/sites/cosmote.gr/cosmote.gr.channels.xml b/sites/cosmote.gr/cosmote.gr.channels.xml index dd9e5729..5deca451 100644 --- a/sites/cosmote.gr/cosmote.gr.channels.xml +++ b/sites/cosmote.gr/cosmote.gr.channels.xml @@ -1,6 +1,6 @@ - + VIXEN Αιγαίο TV Al Arabiya diff --git a/sites/cosmote.gr/cosmote.gr.test.js b/sites/cosmote.gr/cosmote.gr.test.js index 7703694c..59f18290 100644 --- a/sites/cosmote.gr/cosmote.gr.test.js +++ b/sites/cosmote.gr/cosmote.gr.test.js @@ -1,6 +1,3 @@ -// [Geo-blocked] npm run channels:parse -- --config=./sites/cosmote.gr/cosmote.gr.config.js --output=./sites/cosmote.gr/cosmote.gr.channels.xml -// [Geo-blocked] npm run grab -- --site=cosmote.gr - const { parser, url } = require('./cosmote.gr.config.js') const fs = require('fs') const path = require('path') diff --git a/sites/cosmote.gr/readme.md b/sites/cosmote.gr/readme.md new file mode 100644 index 00000000..ae9a51cd --- /dev/null +++ b/sites/cosmote.gr/readme.md @@ -0,0 +1,21 @@ +# cosmote.gr + +https://www.cosmote.gr/ _[Geo-blocked]_ + +### Download the guide + +```sh +npm run grab -- --site=cosmote.gr +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/cosmote.gr/cosmote.gr.config.js --output=./sites/cosmote.gr/cosmote.gr.channels.xml +``` + +### Test + +```sh +npm test -- cosmote.gr +```