mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 03:17:04 -04:00
22 lines
350 B
Markdown
22 lines
350 B
Markdown
# opto.sic.pt
|
|
|
|
https://opto.sic.pt/guia-tv
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --sites=opto.sic.pt
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/opto.sic.pt/opto.sic.pt.config.js --output=./sites/opto.sic.pt/opto.sic.pt.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- opto.sic.pt
|
|
```
|