mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 19:37:00 -04:00
22 lines
369 B
Markdown
22 lines
369 B
Markdown
# cosmotetv.gr
|
|
|
|
https://www.cosmotetv.gr/portal/program
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --sites=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
|
|
```
|