mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update kplus.vn
This commit is contained in:
parent
6c12557db8
commit
61792ccb29
2 changed files with 21 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
// npm run channels:parse -- --config=sites/kplus.vn/kplus.vn.config.js --output=sites/kplus.vn/kplus.vn.channels.xml
|
||||
// npm run grab -- --site=kplus.vn
|
||||
|
||||
const { parser, url, request } = require('./kplus.vn.config.js')
|
||||
const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
|
|
21
sites/kplus.vn/readme.md
Normal file
21
sites/kplus.vn/readme.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue