mirror of
https://github.com/iptv-org/epg
synced 2026-05-31 13:39:22 -04:00
28c8e3d74f
Resolves https://github.com/iptv-org/epg/issues/2354 Details: https://github.com/npm/cli/issues/3136
22 lines
276 B
Markdown
22 lines
276 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
|
|
```
|