epg/sites/pickx.be
2025-02-02 10:21:44 +03:00
..
__data__ Update pickx.be (aka proximusmwc.be) guide. 2023-12-13 19:55:57 +07:00
pickx.be.config.js Update pickx.be.config.js 2025-02-02 10:21:19 +03:00
pickx.be.test.js Fix linter issues in sites/ 2025-01-01 12:27:22 +03:00
readme.md Add missing space 2024-12-17 20:14:19 +03:00

pickx.be

https://www.pickx.be/fr/television/programme-tv

Download the guide

Dutch:

npm run grab --- --site=pickx.be --lang=nl

English:

npm run grab --- --site=pickx.be --lang=en

French:

npm run grab --- --site=pickx.be --lang=fr

German:

npm run grab --- --site=pickx.be --lang=de

Update channel list

Dutch:

npm run channels:parse --- --config=./sites/pickx.be/pickx.be.config.js --output=./sites/pickx.be/pickx.be_nl.channels.xml --set=lang:nl

English:

npm run channels:parse --- --config=./sites/pickx.be/pickx.be.config.js --output=./sites/pickx.be/pickx.be_en.channels.xml --set=lang:en

French:

npm run channels:parse --- --config=./sites/pickx.be/pickx.be.config.js --output=./sites/pickx.be/pickx.be_fr.channels.xml --set=lang:fr

German:

npm run channels:parse --- --config=./sites/pickx.be/pickx.be.config.js --output=./sites/pickx.be/pickx.be_de.channels.xml --set=lang:de

Test

npm test --- pickx.be