Add vrt.be

This commit is contained in:
Michaël Arnauts
2026-03-24 08:34:48 +01:00
parent 71792ab5e4
commit 8ceebfc749
6 changed files with 373 additions and 0 deletions

21
sites/vrt.be/readme.md Normal file
View File

@@ -0,0 +1,21 @@
# 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
```