Files
epg/sites/mncvision.id/readme.md
T

38 lines
642 B
Markdown
Raw Normal View History

2023-12-02 16:40:01 +07:00
# mncvision.id
https://www.mncvision.id/schedule/table
### Download the guide
Indonesian:
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=mncvision.id --lang=id
2023-12-02 16:40:01 +07:00
```
English:
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=mncvision.id --lang=en
2023-12-02 16:40:01 +07:00
```
### Update channel list
Indonesian:
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=./sites/mncvision.id/mncvision.id.config.js --output=./sites/mncvision.id/mncvision.id_id.channels.xml --set=lang:id
2023-12-02 16:40:01 +07:00
```
English:
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=./sites/mncvision.id/mncvision.id.config.js --output=./sites/mncvision.id/mncvision.id_en.channels.xml --set=lang:en
2023-12-02 16:40:01 +07:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- mncvision.id
2023-12-02 16:40:01 +07:00
```