diff --git a/sites/ionplustv.com/ionplustv.com.test.js b/sites/ionplustv.com/ionplustv.com.test.js index 460bb72f..486f43ce 100644 --- a/sites/ionplustv.com/ionplustv.com.test.js +++ b/sites/ionplustv.com/ionplustv.com.test.js @@ -1,5 +1,3 @@ -// npm run grab -- --site=ionplustv.com - const { parser, url } = require('./ionplustv.com.config.js') const fs = require('fs') const path = require('path') diff --git a/sites/ionplustv.com/readme.md b/sites/ionplustv.com/readme.md new file mode 100644 index 00000000..d20ba103 --- /dev/null +++ b/sites/ionplustv.com/readme.md @@ -0,0 +1,15 @@ +# ionplustv.com + +https://ionplustv.com/schedule + +### Download the guide + +```sh +npm run grab -- --site=ionplustv.com +``` + +### Test + +```sh +npm test -- ionplustv.com +```