Update cablego.com.pe

This commit is contained in:
freearhey
2023-12-02 22:44:49 +03:00
parent 9522beee36
commit c7d421b412
3 changed files with 23 additions and 5 deletions

View File

@@ -0,0 +1,21 @@
# 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
```