Files
epg/sites/cablego.com.pe/readme.md

22 lines
345 B
Markdown
Raw Normal View History

2023-12-02 22:44:49 +03:00
# cablego.com.pe
https://cablego.com.pe/
### Download the guide
```sh
npm run grab --- --site=cablego.com.pe
2023-12-02 22:44:49 +03:00
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/cablego.com.pe/cablego.com.pe.config.js --output=./sites/cablego.com.pe/cablego.com.pe.channels.xml
2023-12-02 22:44:49 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- cablego.com.pe
2023-12-02 22:44:49 +03:00
```