mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
21 lines
341 B
Markdown
21 lines
341 B
Markdown
# proximusmwc.be
|
|
|
|
http://proximusmwc.be/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab -- --site=proximusmwc.be
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse -- --config=./sites/proximusmwc.be/proximusmwc.be.config.js --output=./sites/proximusmwc.be/proximusmwc.be.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test -- proximusmwc.be
|
|
```
|