mirror of
https://github.com/iptv-org/epg
synced 2025-12-23 13:57:02 -05:00
22 lines
329 B
Markdown
22 lines
329 B
Markdown
|
|
# xem.kplus.vn
|
||
|
|
|
||
|
|
https://xem.kplus.vn/
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab --- --site=xem.kplus.vn
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse --- --config=./sites/xem.kplus.vn/xem.kplus.vn.config.js --output=./sites/xem.kplus.vn/xem.kplus.vn.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test --- xem.kplus.vn
|
||
|
|
```
|