Create readme.md

This commit is contained in:
freearhey
2026-08-01 19:21:31 +03:00
parent e0283db762
commit 02f723ac4c

21
sites/ntv.co.jp/readme.md Normal file
View File

@@ -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
```