Update sky.co.nz

This commit is contained in:
freearhey 2023-11-27 14:01:49 +03:00
parent 83b4327a4c
commit 5d6382de15
2 changed files with 21 additions and 2 deletions

21
sites/sky.co.nz/readme.md Normal file
View 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
```

View File

@ -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')