mirror of
https://github.com/iptv-org/epg
synced 2026-03-22 03:41:02 -04:00
22 lines
400 B
Markdown
22 lines
400 B
Markdown
# 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
|
|
```
|