Files
epg/sites/pickx.be/readme.md

22 lines
349 B
Markdown
Raw Permalink Normal View History

2025-09-28 17:55:05 +03:00
# pickx.be
https://www.pickx.be/fr/television/programme-tv
### Download the guide
```sh
2026-03-17 03:33:30 +03:00
npm run grab --- --sites=pickx.be
2025-09-28 17:55:05 +03:00
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/pickx.be/pickx.be.config.js --output=./sites/pickx.be/pickx.be.channels.xml
```
### Test
```sh
npm test --- pickx.be
```