mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update sky.co.nz
This commit is contained in:
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')
|
||||
|
||||
Reference in New Issue
Block a user