2024-07-31 14:24:51 +02:00
|
|
|
# s.mxtv.jp
|
|
|
|
|
|
|
|
|
|
<https://s.mxtv.jp>
|
|
|
|
|
|
|
|
|
|
## Index
|
|
|
|
|
|
|
|
|
|
- [Index](#index)
|
|
|
|
|
- [Download the guide](#download-the-guide)
|
|
|
|
|
- [Update channel list](#update-channel-list)
|
|
|
|
|
- [Test](#test)
|
|
|
|
|
|
|
|
|
|
## Download the guide
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --site=s.mxtv.jp
|
2024-07-31 14:24:51 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Update channel list
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/s.mxtv.jp/s.mxtv.jp.config.js --output=./sites/s.mxtv.jp/s.mxtv.jp.channels.xml
|
2024-07-31 14:24:51 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Test
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-17 20:14:19 +03:00
|
|
|
npm test --- s.mxtv.jp
|
2024-07-31 14:24:51 +02:00
|
|
|
```
|