mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 03:17:04 -04:00
22 lines
372 B
Markdown
22 lines
372 B
Markdown
# mytelly.co.uk
|
|
|
|
https://www.mytelly.co.uk/tv-guide/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --sites=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
|
|
```
|