mirror of
https://github.com/iptv-org/epg
synced 2026-04-11 13:22:52 -04:00
22 lines
358 B
Markdown
22 lines
358 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
|
|
```
|