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