From 1d19cb8b05e47ce3c20a912b62c9fbc6bf411dd2 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 26 Nov 2023 16:22:25 +0300 Subject: [PATCH] Update reportv.com.ar --- sites/reportv.com.ar/readme.md | 21 +++ .../reportv.com.ar.channels.xml | 132 +++++++++--------- sites/reportv.com.ar/reportv.com.ar.test.js | 3 - 3 files changed, 88 insertions(+), 68 deletions(-) create mode 100644 sites/reportv.com.ar/readme.md 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')