mirror of
https://github.com/iptv-org/epg
synced 2026-05-24 02:04:59 -04:00
22 lines
278 B
Markdown
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
|
|
```
|