mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
21 lines
441 B
Markdown
21 lines
441 B
Markdown
# 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
|
|
```
|