Files
epg/sites/proximusmwc.be/readme.md

22 lines
341 B
Markdown
Raw Normal View History

2023-11-26 16:02:51 +03:00
# 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
```