mirror of
https://github.com/iptv-org/epg
synced 2026-05-11 03:47:02 -04:00
22 lines
396 B
Markdown
22 lines
396 B
Markdown
# tvarenasport.com
|
|
|
|
https://www.tvarenasport.com/tv-scheme
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --sites=tvarenasport.com
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/tvarenasport.com/tvarenasport.com.config.js --output=./sites/tvarenasport.com/tvarenasport.com.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- tvarenasport.com
|
|
```
|