Update kplus.vn

This commit is contained in:
freearhey 2023-12-03 17:00:31 +03:00
parent 6c12557db8
commit 61792ccb29
2 changed files with 21 additions and 3 deletions

View file

@ -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 { parser, url, request } = require('./kplus.vn.config.js')
const dayjs = require('dayjs') const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc') const utc = require('dayjs/plugin/utc')

21
sites/kplus.vn/readme.md Normal file
View 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
```