Files
epg/sites/cubmu.com/readme.md
T

38 lines
603 B
Markdown
Raw Normal View History

2023-12-02 14:11:43 +07:00
# cubmu.com
https://cubmu.com/live-tv _[Geo-restricted]_
### Download the guide
Indonesian:
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=cubmu.com --lang=id
2023-12-02 14:11:43 +07:00
```
English:
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=cubmu.com --lang=en
2023-12-02 14:11:43 +07:00
```
### Update channel list
Indonesian:
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=sites/cubmu.com/cubmu.com.config.js --output=sites/cubmu.com/cubmu.com_id.channels.xml --set=lang:id
2023-12-02 14:11:43 +07:00
```
English:
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=sites/cubmu.com/cubmu.com.config.js --output=sites/cubmu.com/cubmu.com_en.channels.xml --set=lang:en
2023-12-02 14:11:43 +07:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- cubmu.com
2023-12-02 14:11:43 +07:00
```