mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 01:20:08 -04:00
Update pickx.be (aka proximusmwc.be) guide.
Signed-off-by: Toha <tohenk@yahoo.com>
This commit is contained in:
parent
b487e3ffb3
commit
688df489e4
12 changed files with 617 additions and 377 deletions
61
sites/pickx.be/readme.md
Normal file
61
sites/pickx.be/readme.md
Normal file
|
@ -0,0 +1,61 @@
|
|||
# pickx.be
|
||||
|
||||
https://www.pickx.be/fr/television/programme-tv
|
||||
|
||||
### Download the guide
|
||||
|
||||
Dutch:
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=pickx.be --lang=nl
|
||||
```
|
||||
|
||||
English:
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=pickx.be --lang=en
|
||||
```
|
||||
|
||||
French:
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=pickx.be --lang=fr
|
||||
```
|
||||
|
||||
German:
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=pickx.be --lang=de
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
Dutch:
|
||||
|
||||
```sh
|
||||
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:
|
||||
|
||||
```sh
|
||||
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:
|
||||
|
||||
```sh
|
||||
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:
|
||||
|
||||
```sh
|
||||
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
|
||||
|
||||
```sh
|
||||
npm test -- pickx.be
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue