From eb4e015037f8bc7f5b890eac82e5a3402e837e36 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 3 Dec 2023 00:09:20 +0300 Subject: [PATCH] Update cgates.lt --- sites/cgates.lt/cgates.lt.channels.xml | 6 +++--- sites/cgates.lt/cgates.lt.test.js | 3 --- sites/cgates.lt/readme.md | 21 +++++++++++++++++++++ 3 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 sites/cgates.lt/readme.md diff --git a/sites/cgates.lt/cgates.lt.channels.xml b/sites/cgates.lt/cgates.lt.channels.xml index 951e24d7..34677f3b 100644 --- a/sites/cgates.lt/cgates.lt.channels.xml +++ b/sites/cgates.lt/cgates.lt.channels.xml @@ -18,6 +18,7 @@ FilmZone France 24 Game Toon HD + Go3 Sport Open HD Kidzone Max KidZone Mini HD Luxe.TV HD @@ -26,8 +27,7 @@ MTV Hits Setanta Sports 1 HD Smartzone HD - Go3 Sport Open HD - + Viasat Nature HD 1+1 2TV HD Arirang TV HD diff --git a/sites/cgates.lt/cgates.lt.test.js b/sites/cgates.lt/cgates.lt.test.js index f202b304..9a0c144c 100644 --- a/sites/cgates.lt/cgates.lt.test.js +++ b/sites/cgates.lt/cgates.lt.test.js @@ -1,6 +1,3 @@ -// npm run channels:parse -- --config=./sites/cgates.lt/cgates.lt.config.js --output=./sites/cgates.lt/cgates.lt.channels.xml -// npm run grab -- --site=cgates.lt - const { parser, url } = require('./cgates.lt.config.js') const fs = require('fs') const path = require('path') diff --git a/sites/cgates.lt/readme.md b/sites/cgates.lt/readme.md new file mode 100644 index 00000000..6f4bc79f --- /dev/null +++ b/sites/cgates.lt/readme.md @@ -0,0 +1,21 @@ +# cgates.lt + +https://www.cgates.lt/televizija/tv-programa-savaitei/ + +### Download the guide + +```sh +npm run grab -- --site=cgates.lt +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/cgates.lt/cgates.lt.config.js --output=./sites/cgates.lt/cgates.lt.channels.xml +``` + +### Test + +```sh +npm test -- cgates.lt +```