mirror of
https://github.com/iptv-org/epg
synced 2026-04-15 07:09:19 -04:00
22 lines
314 B
Markdown
22 lines
314 B
Markdown
# tvgids.nl
|
|
|
|
https://www.tvgids.nl/gids/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=tvgids.nl
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/tvgids.nl/tvgids.nl.config.js --output=./sites/tvgids.nl/tvgids.nl.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- tvgids.nl
|
|
```
|