mirror of
https://github.com/iptv-org/epg
synced 2026-05-25 18:51:16 -04:00
22 lines
348 B
Markdown
22 lines
348 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
|
||
|
|
```
|