Rename unifi.com.my to playtv.unifi.com.my

This commit is contained in:
freearhey
2023-12-02 13:59:51 +03:00
parent 16035e9c0a
commit bddfc7ad7c
7 changed files with 92 additions and 92 deletions
+21
View File
@@ -0,0 +1,21 @@
# 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
```