mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
21 lines
277 B
Markdown
21 lines
277 B
Markdown
# tv.lv
|
|
|
|
https://www.tv.lv/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=tv.lv
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/tv.lv/tv.lv.config.js --output=./sites/tv.lv/tv.lv.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- tv.lv
|
|
```
|