Update novasports.gr

This commit is contained in:
freearhey
2023-12-03 18:41:58 +03:00
parent 6c90e9dbff
commit 51f4c6dbcc
2 changed files with 21 additions and 3 deletions
+21
View File
@@ -0,0 +1,21 @@
# novasports.gr
https://www.novasports.gr/tv-program/
### Download the guide
```sh
npm run grab -- --site=novasports.gr
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/novasports.gr/novasports.gr.config.js --output=./sites/novasports.gr/novasports.gr.channels.xml
```
### Test
```sh
npm test -- novasports.gr
```