mirror of
https://github.com/iptv-org/epg
synced 2026-04-16 07:39:24 -04:00
22 lines
328 B
Markdown
22 lines
328 B
Markdown
# opto.sic.pt
|
|
|
|
https://opto.sic.pt/guia-tv
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=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
|
|
```
|