diff --git a/sites/reportv.com.ar/readme.md b/sites/reportv.com.ar/readme.md new file mode 100644 index 00000000..c7ce745f --- /dev/null +++ b/sites/reportv.com.ar/readme.md @@ -0,0 +1,21 @@ +# reportv.com.ar + +https://www.reportv.com.ar/buscador/Buscador.php?aid=2337 + +### Download the guide + +```sh +npm run grab -- --site=reportv.com.ar +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/reportv.com.ar/reportv.com.ar.config.js --output=./sites/reportv.com.ar/reportv.com.ar.channels.xml +``` + +### Test + +```sh +npm test -- reportv.com.ar +``` diff --git a/sites/reportv.com.ar/reportv.com.ar.channels.xml b/sites/reportv.com.ar/reportv.com.ar.channels.xml index e71bec88..d7aa9c79 100644 --- a/sites/reportv.com.ar/reportv.com.ar.channels.xml +++ b/sites/reportv.com.ar/reportv.com.ar.channels.xml @@ -1,69 +1,71 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ADRENALINA SPORTS NETWORK AGROTENDENCIA AMC @@ -117,6 +119,7 @@ I-SAT IVC LAS ESTRELLAS + TLT LA VOZ DE MARIA LIFETIME MAS CHIC @@ -145,7 +148,6 @@ TELEVEN TLC TLNOVELAS - TLT TNT TOONCAST TRU TV diff --git a/sites/reportv.com.ar/reportv.com.ar.test.js b/sites/reportv.com.ar/reportv.com.ar.test.js index 731b9500..933e985f 100644 --- a/sites/reportv.com.ar/reportv.com.ar.test.js +++ b/sites/reportv.com.ar/reportv.com.ar.test.js @@ -1,6 +1,3 @@ -// npm run grab -- --site=reportv.com.ar -// npm run channels:parse -- --config=./sites/reportv.com.ar/reportv.com.ar.config.js --output=./sites/reportv.com.ar/reportv.com.ar.channels.xml - const { parser, url, request } = require('./reportv.com.ar.config.js') const fs = require('fs') const path = require('path')