mirror of
https://github.com/iptv-org/epg
synced 2026-03-22 03:41:02 -04:00
22 lines
382 B
Markdown
22 lines
382 B
Markdown
# cableplus.com.uy
|
|
|
|
https://cableplus.com.uy/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=cableplus.com.uy
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/cableplus.com.uy/cableplus.com.uy.config.js --output=./sites/cableplus.com.uy/cableplus.com.uy.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- cableplus.com.uy
|
|
```
|