mirror of
https://github.com/iptv-org/epg
synced 2026-05-30 13:09:23 -04:00
22 lines
354 B
Markdown
22 lines
354 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
|
|
```
|