mirror of
https://github.com/iptv-org/epg
synced 2026-04-12 22:02:59 -04:00
22 lines
351 B
Markdown
22 lines
351 B
Markdown
# anteltv.com.uy
|
|
|
|
https://anteltv.com.uy/envivo
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=anteltv.com.uy
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/anteltv.com.uy/anteltv.com.uy.config.js --output=./sites/anteltv.com.uy/anteltv.com.uy.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- anteltv.com.uy
|
|
```
|