mirror of
https://github.com/iptv-org/epg
synced 2026-06-01 05:59:23 -04:00
22 lines
310 B
Markdown
22 lines
310 B
Markdown
# horizon.tv
|
|
|
|
https://horizon.tv/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab -- --site=horizon.tv
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse -- --config=./sites/horizon.tv/horizon.tv.config.js --output=./sites/horizon.tv/horizon.tv.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test -- horizon.tv
|
|
```
|