mirror of
https://github.com/iptv-org/epg
synced 2026-04-18 00:29:23 -04:00
Update kplus.vn
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user