Files
epg/sites/tvarenasport.com/readme.md

22 lines
374 B
Markdown
Raw Normal View History

2023-12-01 00:30:14 +03:00
# tvarenasport.com
https://www.tvarenasport.com/tv-scheme
### Download the guide
```sh
npm run grab --- --site=tvarenasport.com
2023-12-01 00:30:14 +03:00
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/tvarenasport.com/tvarenasport.com.config.js --output=./sites/tvarenasport.com/tvarenasport.com.channels.xml
2023-12-01 00:30:14 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- tvarenasport.com
2023-12-01 00:30:14 +03:00
```