Update mewatch.sg

This commit is contained in:
freearhey 2023-12-03 17:30:06 +03:00
parent 01c6e709d0
commit 556b0b40b3
2 changed files with 21 additions and 3 deletions

View file

@ -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')

View file

@ -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
```