mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
22 lines
296 B
Markdown
22 lines
296 B
Markdown
|
|
# tivie.id
|
||
|
|
|
||
|
|
https://tivie.id
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab --- --site=tivie.id
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse --- --config=./sites/tivie.id/tivie.id.config.js --output=./sites/tivie.id/tivie.id.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test --- tivie.id
|
||
|
|
```
|