Update guida.tv

This commit is contained in:
freearhey
2023-12-03 16:12:17 +03:00
parent 6ec975bfb9
commit 8558c1b967
2 changed files with 21 additions and 3 deletions

21
sites/guida.tv/readme.md Normal file
View 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
```