mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
21 lines
366 B
Markdown
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
|
|
```
|