mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update guida.tv
This commit is contained in:
parent
6ec975bfb9
commit
8558c1b967
2 changed files with 21 additions and 3 deletions
|
@ -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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue