epg/sites/mytelly.co.uk/readme.md
Toha 3fd6e47d4f
Site mytelly.co.uk now requires user agent.
Signed-off-by: Toha <tohenk@yahoo.com>
2025-03-28 21:11:08 +07:00

21 lines
350 B
Markdown

# mytelly.co.uk
https://www.mytelly.co.uk/tv-guide/
### 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
```