Update ionplustv.com

This commit is contained in:
freearhey 2023-12-03 16:51:01 +03:00
parent cc5a2831ef
commit 0c633e1c1f
2 changed files with 15 additions and 2 deletions

View file

@ -1,5 +1,3 @@
// npm run grab -- --site=ionplustv.com
const { parser, url } = require('./ionplustv.com.config.js') const { parser, url } = require('./ionplustv.com.config.js')
const fs = require('fs') const fs = require('fs')
const path = require('path') const path = require('path')

View file

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