Files
epg/sites/ziggogo.tv/readme.md

22 lines
331 B
Markdown
Raw Normal View History

2023-12-02 16:22:07 +03:00
# ziggogo.tv
https://www.ziggogo.tv/nl/epg/initial
### Download the guide
```sh
npm run grab --- --site=ziggogo.tv
2023-12-02 16:22:07 +03:00
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/ziggogo.tv/ziggogo.tv.config.js --output=./sites/ziggogo.tv/ziggogo.tv.channels.xml
2023-12-02 16:22:07 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- ziggogo.tv
2023-12-02 16:22:07 +03:00
```