mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
21 lines
321 B
Markdown
21 lines
321 B
Markdown
# 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
|
|
```
|