Files
epg/sites/vrt.be/readme.md
Michaël Arnauts 8ceebfc749 Add vrt.be
2026-03-24 08:34:48 +01:00

22 lines
300 B
Markdown

# vrt.be
https://www.vrt.be/vrtmax/tv-gids/
### Download the guide
```sh
npm run grab --- --site=vrt.be
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/vrt.be/vrt.be.config.js --output=./sites/vrt.be/vrt.be.channels.xml
```
### Test
```sh
npm test --- vrt.be
```