Update webtv.delta.nl

This commit is contained in:
freearhey
2023-12-02 15:53:22 +03:00
parent 70006946f9
commit d9c1a752d7
3 changed files with 72 additions and 54 deletions

View File

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