mirror of
https://github.com/iptv-org/epg
synced 2026-05-24 02:04:59 -04:00
22 lines
436 B
Markdown
22 lines
436 B
Markdown
# playtv.unifi.com.my
|
|
|
|
https://playtv.unifi.com.my/EPG/WEBTV/index.html#/tvguide
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --sites=playtv.unifi.com.my
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/playtv.unifi.com.my/playtv.unifi.com.my.config.js --output=./sites/playtv.unifi.com.my/playtv.unifi.com.my.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- playtv.unifi.com.my
|
|
```
|