Update tvguide.myjcom.jp

This commit is contained in:
freearhey
2023-12-01 13:24:59 +03:00
parent a9d065e3d3
commit 523078c844
3 changed files with 154 additions and 134 deletions

View File

@@ -0,0 +1,21 @@
# 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
```