mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 19:37:00 -04:00
22 lines
331 B
Markdown
22 lines
331 B
Markdown
# tvim.tv
|
|
|
|
https://www.tvim.tv/tv-guide/on-tvim
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --sites=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
|
|
```
|