Update telenet.tv

This commit is contained in:
freearhey
2023-11-28 14:51:06 +03:00
parent 506dcd4a5d
commit 5c10f403ce
4 changed files with 287 additions and 120 deletions

View File

@@ -0,0 +1,21 @@
# telenet.tv
https://www.telenet.tv/nl/epg/initial
### Download the guide
```sh
npm run grab -- --site=telenet.tv
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/telenet.tv/telenet.tv.config.js --output=./sites/telenet.tv/telenet.tv.channels.xml
```
### Test
```sh
npm test -- telenet.tv
```