Files
epg/sites/mewatch.sg/readme.md

22 lines
351 B
Markdown
Raw Normal View History

2025-09-28 17:55:05 +03:00
# 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
```