mirror of
https://github.com/iptv-org/epg
synced 2026-05-05 08:56:59 -04:00
22 lines
342 B
Markdown
22 lines
342 B
Markdown
# cablego.com.pe
|
|
|
|
https://cablego.com.pe/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab -- --site=cablego.com.pe
|
|
```
|
|
|
|
### 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
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test -- cablego.com.pe
|
|
```
|