mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
21 lines
414 B
Markdown
21 lines
414 B
Markdown
# playtv.unifi.com.my
|
|
|
|
https://playtv.unifi.com.my/EPG/WEBTV/index.html#/tvguide
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=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
|
|
```
|