mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update tvarenasport.hr
This commit is contained in:
parent
3dca4c9734
commit
ff77940df2
2 changed files with 21 additions and 3 deletions
21
sites/tvarenasport.hr/readme.md
Normal file
21
sites/tvarenasport.hr/readme.md
Normal 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
|
||||||
|
```
|
|
@ -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 { parser, url } = require('./tvarenasport.hr.config.js')
|
||||||
const dayjs = require('dayjs')
|
const dayjs = require('dayjs')
|
||||||
const utc = require('dayjs/plugin/utc')
|
const utc = require('dayjs/plugin/utc')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue