Update programacion.tcc.com.uy

This commit is contained in:
freearhey
2023-11-26 13:11:44 +03:00
parent 2262c1f9bc
commit 719799f92a
3 changed files with 119 additions and 101 deletions

View File

@@ -0,0 +1,21 @@
# programacion.tcc.com.uy
https://programacion.tcc.com.uy/
### Download the guide
```sh
npm run grab -- --site=programacion.tcc.com.uy
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/programacion.tcc.com.uy/programacion.tcc.com.uy.config.js --output=./sites/programacion.tcc.com.uy/programacion.tcc.com.uy.channels.xml
```
### Test
```sh
npm test -- programacion.tcc.com.uy
```