Create readme.md

This commit is contained in:
fraudiay79 2024-12-30 10:50:23 -05:00 committed by GitHub
parent e1a501b0bd
commit 345be3a71d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,21 @@
# cosmotetv.gr
https://www.cosmotetv.gr/portal/program
### Download the guide
```sh
npm run grab --- --site=cosmotetv.gr
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/cosmotetv.gr/cosmotetv.gr.config.js --output=./sites/cosmotetv.gr/cosmotetv.gr.channels.xml
```
### Test
```sh
npm test --- cosmotetv.gr
```