mirror of
https://github.com/iptv-org/epg
synced 2026-04-24 19:47:00 -04:00
22 lines
347 B
Markdown
22 lines
347 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
|
||
|
|
```
|