Update horizon.tv

This commit is contained in:
freearhey
2023-12-03 16:21:41 +03:00
parent aa299199ba
commit 8f8ff911ab
3 changed files with 23 additions and 5 deletions

View File

@@ -0,0 +1,21 @@
# 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
```