mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 19:06:58 -05:00
22 lines
345 B
Markdown
22 lines
345 B
Markdown
|
|
# visionplus.id
|
||
|
|
|
||
|
|
https://www.visionplus.id/channel
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab -- --site=visionplus.id
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse -- --config=./sites/visionplus.id/visionplus.id.config.js --output=./sites/visionplus.id/visionplus.id.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test -- visionplus.id
|
||
|
|
```
|