mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
21 lines
327 B
Markdown
21 lines
327 B
Markdown
# pickx.be
|
|
|
|
https://www.pickx.be/fr/television/programme-tv
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=pickx.be
|
|
```
|
|
|
|
### 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
|
|
```
|