From 0c633e1c1f83924d41e8f47b50b9cc8108cb5662 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 3 Dec 2023 16:51:01 +0300 Subject: [PATCH] Update ionplustv.com --- sites/ionplustv.com/ionplustv.com.test.js | 2 -- sites/ionplustv.com/readme.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 sites/ionplustv.com/readme.md 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 +```