From 71d4eb355579e79396c023b8ef61318cc2fd71dc Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 3 Dec 2023 18:23:19 +0300 Subject: [PATCH] Update mytelly.co.uk --- sites/mytelly.co.uk/mytelly.co.uk.test.js | 3 --- sites/mytelly.co.uk/readme.md | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 sites/mytelly.co.uk/readme.md diff --git a/sites/mytelly.co.uk/mytelly.co.uk.test.js b/sites/mytelly.co.uk/mytelly.co.uk.test.js index 328ec6e5..ac368528 100644 --- a/sites/mytelly.co.uk/mytelly.co.uk.test.js +++ b/sites/mytelly.co.uk/mytelly.co.uk.test.js @@ -1,6 +1,3 @@ -// npm run channels:parse -- --config=./sites/mytelly.co.uk/mytelly.co.uk.config.js --output=./sites/mytelly.co.uk/mytelly.co.uk.channels.xml -// npm run grab -- --site=mytelly.co.uk - const { parser, url } = require('./mytelly.co.uk.config.js') const fs = require('fs') const path = require('path') diff --git a/sites/mytelly.co.uk/readme.md b/sites/mytelly.co.uk/readme.md new file mode 100644 index 00000000..9e5aad2e --- /dev/null +++ b/sites/mytelly.co.uk/readme.md @@ -0,0 +1,21 @@ +# mytelly.co.uk + +https://www.mytelly.co.uk/tv-guide/listings/tv-tonight.html + +### Download the guide + +```sh +npm run grab -- --site=mytelly.co.uk +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/mytelly.co.uk/mytelly.co.uk.config.js --output=./sites/mytelly.co.uk/mytelly.co.uk.channels.xml +``` + +### Test + +```sh +npm test -- mytelly.co.uk +```