mirror of
https://github.com/iptv-org/epg
synced 2026-05-02 15:36:59 -04:00
22 lines
368 B
Markdown
22 lines
368 B
Markdown
# 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
|
|
```
|