mirror of
https://github.com/iptv-org/epg
synced 2026-05-05 17:07:03 -04:00
22 lines
311 B
Markdown
22 lines
311 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
|
|
```
|