mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 09:30:06 -04:00
21 lines
357 B
Markdown
21 lines
357 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
|
|
```
|