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

View file

@ -1,6 +1,3 @@
// npm run channels:parse -- --config=./sites/novasports.gr/novasports.gr.config.js --output=./sites/novasports.gr/novasports.gr.channels.xml
// npm run grab -- --site=novasports.gr
const { parser, url } = require('./novasports.gr.config.js')
const fs = require('fs')
const path = require('path')

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
```