Files
epg/sites/mytelly.co.uk/readme.md
T
2024-12-17 20:14:19 +03:00

22 lines
374 B
Markdown

# mytelly.co.uk
https://www.mytelly.co.uk/tv-guide/listings/tv-tonight.html
### Download the guide
```sh
npm run grab --- --site=mytelly.co.uk
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/mytelly.co.uk/mytelly.co.uk.config.js --output=./sites/mytelly.co.uk/mytelly.co.uk.channels.xml
```
### Test
```sh
npm test --- mytelly.co.uk
```