Files
epg/sites/visionplus.id/readme.md

38 lines
687 B
Markdown
Raw Permalink Normal View History

2025-09-28 17:55:05 +03:00
# visionplus.id
https://www.visionplus.id/channel
### Download the guide
Indonesian:
```sh
2026-03-17 03:33:30 +03:00
npm run grab --- --sites=visionplus.id --lang=id
2025-09-28 17:55:05 +03:00
```
English:
```sh
2026-03-17 03:33:30 +03:00
npm run grab --- --sites=visionplus.id --lang=en
2025-09-28 17:55:05 +03:00
```
### Update channel list
Indonesian:
```sh
npm run channels:parse --- --config=./sites/visionplus.id/visionplus.id.config.js --output=./sites/visionplus.id/visionplus.id_id.channels.xml --set=lang:id
```
English:
```sh
npm run channels:parse --- --config=./sites/visionplus.id/visionplus.id.config.js --output=./sites/visionplus.id/visionplus.id_en.channels.xml --set=lang:en
```
### Test
```sh
npm test --- visionplus.id
```