diff --git a/sites/tvinsider.com/readme.md b/sites/tvinsider.com/readme.md new file mode 100644 index 00000000..58c7c741 --- /dev/null +++ b/sites/tvinsider.com/readme.md @@ -0,0 +1,21 @@ +# tvinsider.com + +https://www.tvinsider.com/ + +### Download the guide + +```sh +npm run grab --- --site=tvinsider.com +``` + +### Update channel list + +```sh +npm run channels:parse --- --config=./sites/tvinsider.com/tvinsider.com.config.js --output=./sites/tvinsider.com/tvinsider.com.channels.xml +``` + +### Test + +```sh +npm test --- tvinsider.com +```