mirror of
https://github.com/iptv-org/epg
synced 2026-05-25 18:51:16 -04:00
60e246080b
Resolves https://github.com/iptv-org/epg/issues/2354 Details: https://github.com/npm/cli/issues/3136
22 lines
365 B
Markdown
22 lines
365 B
Markdown
# startimestv.com
|
|
|
|
https://startimestv.com/tv_guide.html
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=startimestv.com
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/startimestv.com/startimestv.com.config.js --output=./sites/startimestv.com/startimestv.com.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test ---startimestv.com
|
|
```
|