Update programacion-tv.elpais.com

This commit is contained in:
freearhey
2023-11-26 13:08:17 +03:00
parent 190b523717
commit 2262c1f9bc
3 changed files with 219 additions and 204 deletions
@@ -0,0 +1,21 @@
# programacion-tv.elpais.com
https://programacion-tv.elpais.com/
### Download the guide
```sh
npm run grab -- --site=programacion-tv.elpais.com
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/programacion-tv.elpais.com/programacion-tv.elpais.com.config.js --output=./sites/programacion-tv.elpais.com/programacion-tv.elpais.com.channels.xml
```
### Test
```sh
npm test -- programacion-tv.elpais.com
```