mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
Update mewatch.sg
This commit is contained in:
@@ -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 { parser, url } = require('./mewatch.sg.config.js')
|
||||||
const dayjs = require('dayjs')
|
const dayjs = require('dayjs')
|
||||||
const utc = require('dayjs/plugin/utc')
|
const utc = require('dayjs/plugin/utc')
|
||||||
|
|||||||
21
sites/mewatch.sg/readme.md
Normal file
21
sites/mewatch.sg/readme.md
Normal 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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user