mirror of
https://github.com/iptv-org/epg
synced 2026-04-28 13:37:01 -04:00
Update novasports.gr
This commit is contained in:
@@ -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 { parser, url } = require('./novasports.gr.config.js')
|
||||||
const fs = require('fs')
|
const fs = require('fs')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
|
|||||||
21
sites/novasports.gr/readme.md
Normal file
21
sites/novasports.gr/readme.md
Normal 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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user