Update tvarenasport.hr

This commit is contained in:
freearhey 2023-12-01 00:33:55 +03:00
parent 3dca4c9734
commit ff77940df2
2 changed files with 21 additions and 3 deletions

View file

@ -0,0 +1,21 @@
# 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
```

View file

@ -1,6 +1,3 @@
// npm run channels:parse -- --config=./sites/tvarenasport.hr/tvarenasport.hr.config.js --output=./sites/tvarenasport.hr/tvarenasport.hr.channels.xml
// npm run grab -- --site=tvarenasport.hr
const { parser, url } = require('./tvarenasport.hr.config.js')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')