Update ziggogo.tv

This commit is contained in:
freearhey
2023-12-02 16:22:07 +03:00
parent 01e29dfc9b
commit 3bcb953623
4 changed files with 183 additions and 162 deletions
+21
View File
@@ -0,0 +1,21 @@
# ziggogo.tv
https://www.ziggogo.tv/nl/epg/initial
### Download the guide
```sh
npm run grab -- --site=ziggogo.tv
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/ziggogo.tv/ziggogo.tv.config.js --output=./sites/ziggogo.tv/ziggogo.tv.channels.xml
```
### Test
```sh
npm test -- ziggogo.tv
```