mirror of
https://github.com/iptv-org/epg
synced 2026-09-09 13:26:55 -04:00
22 lines
339 B
Markdown
22 lines
339 B
Markdown
# ntv.co.jp
|
|||
|
|
|
||
|
|
https://www.ntv.co.jp/program/
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab --- --sites=ntv.co.jp
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse --- --config=./sites/ntv.co.jp/ntv.co.jp.config.js --output=./sites/ntv.co.jp/ntv.co.jp.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test --- ntv.co.jp
|
||
|
|
```
|