mirror of
https://github.com/iptv-org/epg
synced 2026-09-14 21:16:26 -04:00
Update guida.tv
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
// npm run channels:parse -- --config=./sites/guida.tv/guida.tv.config.js --output=./sites/guida.tv/guida.tv.channels.xml
|
|
||||||
// npm run grab -- --site=guida.tv
|
|
||||||
|
|
||||||
const { parser, url } = require('./guida.tv.config.js')
|
const { parser, url } = require('./guida.tv.config.js')
|
||||||
const fs = require('fs')
|
const fs = require('fs')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
# guida.tv
|
||||||
|
|
||||||
|
https://www.guida.tv/programmi-tv/
|
||||||
|
|
||||||
|
### Download the guide
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run grab -- --site=guida.tv
|
||||||
|
```
|
||||||
|
|
||||||
|
### Update channel list
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run channels:parse -- --config=./sites/guida.tv/guida.tv.config.js --output=./sites/guida.tv/guida.tv.channels.xml
|
||||||
|
```
|
||||||
|
|
||||||
|
### Test
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm test -- guida.tv
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user