mirror of https://github.com/iptv-org/epg.git
22 lines
306 B
Markdown
22 lines
306 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
|
|
```
|