mirror of
https://github.com/iptv-org/epg
synced 2026-04-14 22:59:24 -04:00
22 lines
309 B
Markdown
22 lines
309 B
Markdown
# 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
|
|
```
|