mirror of
https://github.com/iptv-org/epg
synced 2026-04-11 05:12:58 -04:00
22 lines
281 B
Markdown
22 lines
281 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
|
|
```
|