2023-12-01 00:30:14 +03:00
|
|
|
# tvarenasport.com
|
|
|
|
|
|
|
|
|
|
https://www.tvarenasport.com/tv-scheme
|
|
|
|
|
|
|
|
|
|
### Download the guide
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --site=tvarenasport.com
|
2023-12-01 00:30:14 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Update channel list
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
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
|
|
|
```
|