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

22 lines
293 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
2023-11-28 16:41:55 +03:00
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/tivu.tv/tivu.tv.config.js --output=./sites/tivu.tv/tivu.tv.channels.xml
2023-11-28 16:41:55 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- tivu.tv
2023-11-28 16:41:55 +03:00
```