mirror of
https://github.com/iptv-org/epg
synced 2026-04-24 03:27:01 -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 fs = require('fs')
|
||||
const path = require('path')
|
||||
|
||||
21
sites/guida.tv/readme.md
Normal file
21
sites/guida.tv/readme.md
Normal file
@@ -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