From f987c2e4a750cae1a9c4906350e12609ba97d3de Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:22:29 +0300 Subject: [PATCH] Create readme.md --- sites/jiotv.com/readme.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sites/jiotv.com/readme.md diff --git a/sites/jiotv.com/readme.md b/sites/jiotv.com/readme.md new file mode 100644 index 00000000..cd6ecee5 --- /dev/null +++ b/sites/jiotv.com/readme.md @@ -0,0 +1,21 @@ +# jiotv.com + +https://www.jiotv.com/tv-guide + +### Download the guide + +```sh +npm run grab --- --site=jiotv.com +``` + +### Update channel list + +```sh +npm run channels:parse --- --config=./sites/jiotv.com/jiotv.com.config.js --output=./sites/jiotv.com/jiotv.com.channels.xml +``` + +### Test + +```sh +npm test --- jiotv.com +```