mirror of
https://github.com/iptv-org/epg
synced 2026-04-26 04:27:02 -04:00
22 lines
378 B
Markdown
22 lines
378 B
Markdown
# superguidatv.it
|
|
|
|
https://www.superguidatv.it/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=superguidatv.it
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/superguidatv.it/superguidatv.it.config.js --output=./sites/superguidatv.it/superguidatv.it.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- superguidatv.it
|
|
```
|