Files
epg/sites/hoy.tv/readme.md
T
2024-09-24 10:06:29 +10:00

22 lines
278 B
Markdown

# hoy.tv
https://hoy.tv/
### Download the guide
```sh
npm run grab -- --site=hoy.tv
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/hoy.tv/hoy.tv.config.js --output=./sites/hoy.tv/hoy.tv.channels.xml
```
### Test
```sh
npm test -- hoy.tv
```