Update tvim.tv

This commit is contained in:
freearhey
2023-12-01 14:16:06 +03:00
parent cb868462dd
commit cb19162047
4 changed files with 67 additions and 35 deletions

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

@@ -0,0 +1,21 @@
# tvim.tv
https://www.tvim.tv/tv-guide/on-tvim
### Download the guide
```sh
npm run grab -- --site=tvim.tv
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/tvim.tv/tvim.tv.config.js --output=./sites/tvim.tv/tvim.tv.channels.xml
```
### Test
```sh
npm test -- tvim.tv
```