Files
epg/sites/tva.tv/readme.md
2023-11-30 23:00:59 +03:00

22 lines
278 B
Markdown

# tva.tv
https://tva.tv/
### Download the guide
```sh
npm run grab -- --site=tva.tv
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/tva.tv/tva.tv.config.js --output=./sites/tva.tv/tva.tv.channels.xml
```
### Test
```sh
npm test -- tva.tv
```