mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
21 lines
281 B
Markdown
21 lines
281 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
|
|
```
|