Create readme.md

This commit is contained in:
freearhey 2025-01-15 20:00:57 +03:00
parent edfbff31d2
commit 6cc31e82e9

View file

@ -0,0 +1,21 @@
# 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
```