From a5d1f1bbcf5752efacddf0d9f2e166bd4b3730e4 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Thu, 30 Nov 2023 23:00:59 +0300 Subject: [PATCH] Update tva.tv --- sites/tva.tv/readme.md | 21 +++++++++++++++++++++ sites/tva.tv/tva.tv.test.js | 3 --- 2 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 sites/tva.tv/readme.md diff --git a/sites/tva.tv/readme.md b/sites/tva.tv/readme.md new file mode 100644 index 00000000..abd8bd27 --- /dev/null +++ b/sites/tva.tv/readme.md @@ -0,0 +1,21 @@ +# tva.tv + +https://tva.tv/ + +### Download the guide + +```sh +npm run grab -- --site=tva.tv +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/tva.tv/tva.tv.config.js --output=./sites/tva.tv/tva.tv.channels.xml +``` + +### Test + +```sh +npm test -- tva.tv +``` diff --git a/sites/tva.tv/tva.tv.test.js b/sites/tva.tv/tva.tv.test.js index 6d6d1fa2..9ccb72fd 100644 --- a/sites/tva.tv/tva.tv.test.js +++ b/sites/tva.tv/tva.tv.test.js @@ -1,6 +1,3 @@ -// npm run channels:parse -- --config=./sites/tva.tv/tva.tv.config.js --output=./sites/tva.tv/tva.tv.channels.xml -// npm run grab -- --site=tva.tv - const { parser, url } = require('./tva.tv.config.js') const dayjs = require('dayjs') const utc = require('dayjs/plugin/utc')