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

62 lines
1.0 KiB
Markdown
Raw Normal View History

2023-12-13 19:55:57 +07:00
# pickx.be
https://www.pickx.be/fr/television/programme-tv
### Download the guide
Dutch:
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=pickx.be --lang=nl
2023-12-13 19:55:57 +07:00
```
English:
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=pickx.be --lang=en
2023-12-13 19:55:57 +07:00
```
French:
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=pickx.be --lang=fr
2023-12-13 19:55:57 +07:00
```
German:
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=pickx.be --lang=de
2023-12-13 19:55:57 +07:00
```
### Update channel list
Dutch:
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=./sites/pickx.be/pickx.be.config.js --output=./sites/pickx.be/pickx.be_nl.channels.xml --set=lang:nl
2023-12-13 19:55:57 +07:00
```
English:
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=./sites/pickx.be/pickx.be.config.js --output=./sites/pickx.be/pickx.be_en.channels.xml --set=lang:en
2023-12-13 19:55:57 +07:00
```
French:
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=./sites/pickx.be/pickx.be.config.js --output=./sites/pickx.be/pickx.be_fr.channels.xml --set=lang:fr
2023-12-13 19:55:57 +07:00
```
German:
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=./sites/pickx.be/pickx.be.config.js --output=./sites/pickx.be/pickx.be_de.channels.xml --set=lang:de
2023-12-13 19:55:57 +07:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- pickx.be
2023-12-13 19:55:57 +07:00
```