mirror of
https://github.com/iptv-org/epg
synced 2026-09-11 06:16:50 -04:00
22 lines
354 B
Markdown
22 lines
354 B
Markdown
# tvarenasport.hr
|
|||
|
|
|
||
|
|
https://www.tvarenasport.hr/
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab -- --site=tvarenasport.hr
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse -- --config=./sites/tvarenasport.hr/tvarenasport.hr.config.js --output=./sites/tvarenasport.hr/tvarenasport.hr.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test -- tvarenasport.hr
|
||
|
|
```
|