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