mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 09:30:06 -04:00
21 lines
376 B
Markdown
21 lines
376 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
|
|
```
|