mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update mewatch.sg
This commit is contained in:
parent
01c6e709d0
commit
556b0b40b3
2 changed files with 21 additions and 3 deletions
|
@ -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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue