2023-11-26 16:22:25 +03:00
|
|
|
# reportv.com.ar
|
|
|
|
|
|
|
|
|
|
https://www.reportv.com.ar/buscador/Buscador.php?aid=2337
|
|
|
|
|
|
|
|
|
|
### Download the guide
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --site=reportv.com.ar
|
2023-11-26 16:22:25 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Update channel list
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/reportv.com.ar/reportv.com.ar.config.js --output=./sites/reportv.com.ar/reportv.com.ar.channels.xml
|
2023-11-26 16:22:25 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Test
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-17 20:14:19 +03:00
|
|
|
npm test --- reportv.com.ar
|
2023-11-26 16:22:25 +03:00
|
|
|
```
|