Create readme.md

This commit is contained in:
freearhey 2023-11-30 22:31:52 +03:00
parent 7171b86ddc
commit c16ba9df05

View file

@ -0,0 +1,21 @@
# 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
```