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

38 lines
679 B
Markdown
Raw Normal View History

2023-11-27 18:04:23 +03:00
# starhubtvplus.com
https://www.starhubtvplus.com/
### Download the guide
2024-12-04 20:56:00 +07:00
English:
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=starhubtvplus.com --lang=en
2024-12-04 20:56:00 +07:00
```
Chinese:
2023-11-27 18:04:23 +03:00
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=starhubtvplus.com --lang=zh
2023-11-27 18:04:23 +03:00
```
### Update channel list
2024-12-04 20:56:00 +07:00
English:
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=sites/starhubtvplus.com/starhubtvplus.com.config.js --output=sites/starhubtvplus.com/starhubtvplus.com_en.channels.xml --set=lang:en
2024-12-04 20:56:00 +07:00
```
Chinese:
2023-11-27 18:04:23 +03:00
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=sites/starhubtvplus.com/starhubtvplus.com.config.js --output=sites/starhubtvplus.com/starhubtvplus.com_zh.channels.xml --set=lang:zh
2023-11-27 18:04:23 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- starhubtvplus.com
2023-11-27 18:04:23 +03:00
```