Files
epg/sites/anteltv.com.uy/readme.md
T

22 lines
350 B
Markdown
Raw Normal View History

2023-11-30 22:31:52 +03:00
# anteltv.com.uy
https://anteltv.com.uy/envivo
### Download the guide
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=anteltv.com.uy
2023-11-30 22:31:52 +03:00
```
### Update channel list
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=./sites/anteltv.com.uy/anteltv.com.uy.config.js --output=./sites/anteltv.com.uy/anteltv.com.uy.channels.xml
2023-11-30 22:31:52 +03:00
```
### Test
```sh
2024-12-15 17:32:49 +03:00
npm test ---anteltv.com.uy
2023-11-30 22:31:52 +03:00
```