Files
epg/sites/tva.tv/readme.md

22 lines
281 B
Markdown
Raw Normal View History

2023-11-30 23:00:59 +03:00
# tva.tv
https://tva.tv/
### Download the guide
```sh
npm run grab --- --site=tva.tv
2023-11-30 23:00:59 +03:00
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/tva.tv/tva.tv.config.js --output=./sites/tva.tv/tva.tv.channels.xml
2023-11-30 23:00:59 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- tva.tv
2023-11-30 23:00:59 +03:00
```