Files
epg/sites/tv.lv/readme.md
T

22 lines
277 B
Markdown
Raw Normal View History

2023-11-28 22:55:41 +03:00
# tv.lv
https://www.tv.lv/
### Download the guide
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=tv.lv
2023-11-28 22:55:41 +03:00
```
### Update channel list
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=./sites/tv.lv/tv.lv.config.js --output=./sites/tv.lv/tv.lv.channels.xml
2023-11-28 22:55:41 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- tv.lv
2023-11-28 22:55:41 +03:00
```