2024-08-25 16:35:05 +02:00
|
|
|
# skyperfectv.co.jp
|
|
|
|
|
|
2024-08-25 16:37:26 +02:00
|
|
|
<https://www.skyperfectv.co.jp>
|
2024-08-25 16:35:05 +02:00
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
```
|