mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update sky.co.nz
This commit is contained in:
parent
83b4327a4c
commit
5d6382de15
2 changed files with 21 additions and 2 deletions
21
sites/sky.co.nz/readme.md
Normal file
21
sites/sky.co.nz/readme.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# sky.co.nz
|
||||
|
||||
https://sky.co.nz/ _[Geo-Blocked]_
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=sky.co.nz
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/sky.co.nz/sky.co.nz.config.js --output=./sites/sky.co.nz/sky.co.nz.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- sky.co.nz
|
||||
```
|
|
@ -1,5 +1,3 @@
|
|||
// npm run grab -- --site=sky.co.nz
|
||||
|
||||
const { parser, url } = require('./sky.co.nz.config.js')
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue