Files
epg/sites/playtv.unifi.com.my/readme.md
T

22 lines
436 B
Markdown
Raw Normal View History

2025-09-28 17:55:05 +03:00
# playtv.unifi.com.my
https://playtv.unifi.com.my/EPG/WEBTV/index.html#/tvguide
### Download the guide
```sh
2026-03-17 03:33:30 +03:00
npm run grab --- --sites=playtv.unifi.com.my
2025-09-28 17:55:05 +03:00
```
### 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
```