From 21d0bdf148a4197eba66bcea38593e42f4b67384 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 3 Dec 2023 17:06:42 +0300 Subject: [PATCH] Update magticom.ge --- sites/magticom.ge/magticom.ge.channels.xml | 4 ++-- sites/magticom.ge/magticom.ge.test.js | 3 --- sites/magticom.ge/readme.md | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 sites/magticom.ge/readme.md diff --git a/sites/magticom.ge/magticom.ge.channels.xml b/sites/magticom.ge/magticom.ge.channels.xml index e203920e..166a40c9 100644 --- a/sites/magticom.ge/magticom.ge.channels.xml +++ b/sites/magticom.ge/magticom.ge.channels.xml @@ -9,7 +9,7 @@ France 24 MTV Live HD Russia Today - + Кинеко პირველი არხი პირველი არხი/ტელესკოლა Setanta Sports 3 diff --git a/sites/magticom.ge/magticom.ge.test.js b/sites/magticom.ge/magticom.ge.test.js index 9b3c82cd..59d4dee0 100644 --- a/sites/magticom.ge/magticom.ge.test.js +++ b/sites/magticom.ge/magticom.ge.test.js @@ -1,6 +1,3 @@ -// npm run channels:parse -- --config=./sites/magticom.ge/magticom.ge.config.js --output=./sites/magticom.ge/magticom.ge.channels.xml -// npm run grab -- --site=magticom.ge - const { parser, url, request } = require('./magticom.ge.config.js') const dayjs = require('dayjs') const utc = require('dayjs/plugin/utc') diff --git a/sites/magticom.ge/readme.md b/sites/magticom.ge/readme.md new file mode 100644 index 00000000..3e98b2c3 --- /dev/null +++ b/sites/magticom.ge/readme.md @@ -0,0 +1,21 @@ +# magticom.ge + +https://www.magticom.ge/ka/tv/ip-tv/tv-guide + +### Download the guide + +```sh +npm run grab -- --site=magticom.ge +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/magticom.ge/magticom.ge.config.js --output=./sites/magticom.ge/magticom.ge.channels.xml +``` + +### Test + +```sh +npm test -- magticom.ge +```