mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
22 lines
342 B
Markdown
22 lines
342 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
|
|
```
|