Update programme-tv.vini.pf

This commit is contained in:
freearhey
2023-11-26 15:24:26 +03:00
parent 5b46419c6c
commit 660f58ccf9
4 changed files with 84 additions and 8 deletions

View File

@@ -0,0 +1,21 @@
# programme-tv.vini.pf
https://programme-tv.vini.pf/
### Download the guide
```sh
npm run grab -- --site=programme-tv.vini.pf
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/programme-tv.vini.pf/programme-tv.vini.pf.config.js --output=./sites/programme-tv.vini.pf/programme-tv.vini.pf.channels.xml
```
### Test
```sh
npm test -- programme-tv.vini.pf
```