2023-12-02 15:09:39 +03:00
|
|
|
# visionplus.id
|
|
|
|
|
|
|
|
|
|
https://www.visionplus.id/channel
|
|
|
|
|
|
|
|
|
|
### Download the guide
|
|
|
|
|
|
2024-11-23 22:54:08 +07:00
|
|
|
Indonesian:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --site=visionplus.id --lang=id
|
2024-11-23 22:54:08 +07:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
English:
|
|
|
|
|
|
2023-12-02 15:09:39 +03:00
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --site=visionplus.id --lang=en
|
2023-12-02 15:09:39 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Update channel list
|
|
|
|
|
|
2024-11-23 22:54:08 +07:00
|
|
|
Indonesian:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/visionplus.id/visionplus.id.config.js --output=./sites/visionplus.id/visionplus.id_id.channels.xml --set=lang:id
|
2024-11-23 22:54:08 +07:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
English:
|
|
|
|
|
|
2023-12-02 15:09:39 +03:00
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/visionplus.id/visionplus.id.config.js --output=./sites/visionplus.id/visionplus.id_en.channels.xml --set=lang:en
|
2023-12-02 15:09:39 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Test
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-17 20:14:19 +03:00
|
|
|
npm test --- visionplus.id
|
2023-12-02 15:09:39 +03:00
|
|
|
```
|