mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
21 lines
330 B
Markdown
21 lines
330 B
Markdown
# kplus.vn
|
|
|
|
https://www.kplus.vn/highlights/broadcast-schedule
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=kplus.vn
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/kplus.vn/kplus.vn.config.js --output=./sites/kplus.vn/kplus.vn.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- kplus.vn
|
|
```
|