mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
22 lines
335 B
Markdown
22 lines
335 B
Markdown
# guida.tv
|
|
|
|
https://www.guida.tv/programmi-tv/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=guida.tv
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/guida.tv/guida.tv.config.js --output=./sites/guida.tv/guida.tv.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- guida.tv
|
|
```
|