diff --git a/sites/ntv.co.jp/readme.md b/sites/ntv.co.jp/readme.md new file mode 100644 index 000000000..57b927414 --- /dev/null +++ b/sites/ntv.co.jp/readme.md @@ -0,0 +1,21 @@ +# 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 +```