mirror of
https://github.com/iptv-org/epg
synced 2026-04-30 22:46:58 -04:00
22 lines
400 B
Markdown
22 lines
400 B
Markdown
|
|
# watch.whaletvplus.com
|
||
|
|
|
||
|
|
https://watch.whaletvplus.com
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab --- --site=watch.whaletvplus.com
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse --- --config=./sites/watch.whaletvplus.com/watch.whaletvplus.com.config.js --output=./sites/watch.whaletvplus.com/watch.whaletvplus.com.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test --- watch.whaletvplus.com
|
||
|
|
```
|