mirror of
https://github.com/iptv-org/epg
synced 2026-04-29 22:16:59 -04:00
22 lines
366 B
Markdown
22 lines
366 B
Markdown
# guidatv.sky.it
|
|
|
|
https://guidatv.sky.it/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=guidatv.sky.it
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/guidatv.sky.it/guidatv.sky.it.config.js --output=./sites/guidatv.sky.it/guidatv.sky.it.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- guidatv.sky.it
|
|
```
|