Files
epg/sites/starhubtvplus.com/readme.md

38 lines
718 B
Markdown
Raw Permalink Normal View History

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