mirror of
https://github.com/iptv-org/epg
synced 2026-04-12 13:52:55 -04:00
29 lines
506 B
Markdown
29 lines
506 B
Markdown
# skyperfectv.co.jp
|
|
|
|
<https://www.skyperfectv.co.jp>
|
|
|
|
## Index
|
|
|
|
- [Index](#index)
|
|
- [Download the guide](#download-the-guide)
|
|
- [Update channel list](#update-channel-list)
|
|
- [Test](#test)
|
|
|
|
## Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=skyperfectv.co.jp
|
|
```
|
|
|
|
## Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/skyperfectv.co.jp/skyperfectv.co.jp.config.js --output=./sites/skyperfectv.co.jp/skyperfectv.co.jp.channels.xml
|
|
```
|
|
|
|
## Test
|
|
|
|
```sh
|
|
npm test --- skyperfectv.co.jp
|
|
```
|