mirror of
https://github.com/iptv-org/epg
synced 2026-04-19 09:09:25 -04:00
22 lines
366 B
Markdown
22 lines
366 B
Markdown
# starhubtvplus.com
|
|
|
|
https://www.starhubtvplus.com/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab -- --site=starhubtvplus.com
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse -- --config=sites/starhubtvplus.com/starhubtvplus.com.config.js --output=sites/starhubtvplus.com/starhubtvplus.com.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test -- starhubtvplus.com
|
|
```
|