Update tv.lv

This commit is contained in:
freearhey
2023-11-28 22:55:41 +03:00
parent 207af2d735
commit c147bbef22
5 changed files with 238 additions and 23 deletions

21
sites/tv.lv/readme.md Normal file
View File

@@ -0,0 +1,21 @@
# 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
```