Create readme.md

This commit is contained in:
fraudiay79 2025-01-03 08:34:14 -05:00 committed by GitHub
parent 35abd1f9e8
commit 69057f29f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,21 @@
# cyta.com.cy
https://epg.cyta.com.cy/tv-guide/el
### Download the guide
```sh
npm run grab --- --site=cyta.com.cy
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/cyta.com.cy/cyta.com.cy.config.js --output=./sites/cyta.com.cy/cyta.com.cy.channels.xml
```
### Test
```sh
npm test --- cyta.com.cy
```