Files
epg/sites/novasports.gr/readme.md

22 lines
352 B
Markdown
Raw Normal View History

2023-12-03 18:41:58 +03:00
# novasports.gr
https://www.novasports.gr/tv-program/
### Download the guide
```sh
npm run grab --- --site=novasports.gr
2023-12-03 18:41:58 +03:00
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/novasports.gr/novasports.gr.config.js --output=./sites/novasports.gr/novasports.gr.channels.xml
2023-12-03 18:41:58 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- novasports.gr
2023-12-03 18:41:58 +03:00
```