Files
epg/sites/tivu.tv/readme.md

22 lines
290 B
Markdown
Raw Normal View History

2023-11-28 16:41:55 +03:00
# tivu.tv
https://www.tivu.tv/
### Download the guide
```sh
npm run grab -- --site=tivu.tv
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/tivu.tv/tivu.tv.config.js --output=./sites/tivu.tv/tivu.tv.channels.xml
```
### Test
```sh
npm test -- tivu.tv
```