epg/sites/tvguide.myjcom.jp/readme.md
2023-12-01 13:24:59 +03:00

21 lines
366 B
Markdown

# tvguide.myjcom.jp
https://tvguide.myjcom.jp/
### Download the guide
```sh
npm run grab -- --site=tvguide.myjcom.jp
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/tvguide.myjcom.jp/tvguide.myjcom.jp.config.js --output=./sites/tvguide.myjcom.jp/tvguide.myjcom.jp.channels.xml
```
### Test
```sh
npm test -- tvguide.myjcom.jp
```