mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update tvarenasport.com
This commit is contained in:
parent
3ad4969ef9
commit
3dca4c9734
2 changed files with 21 additions and 3 deletions
21
sites/tvarenasport.com/readme.md
Normal file
21
sites/tvarenasport.com/readme.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# tvarenasport.com
|
||||
|
||||
https://www.tvarenasport.com/tv-scheme
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=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
|
||||
```
|
|
@ -1,6 +1,3 @@
|
|||
// npm run channels:parse -- --config=./sites/tvarenasport.com/tvarenasport.com.config.js --output=./sites/tvarenasport.com/tvarenasport.com.channels.xml --set=country:rs
|
||||
// npm run grab -- --site=tvarenasport.com
|
||||
|
||||
const { parser, url } = require('./tvarenasport.com.config.js')
|
||||
const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue