2023-12-03 18:23:19 +03:00
|
|
|
# mytelly.co.uk
|
|
|
|
|
|
|
|
|
|
https://www.mytelly.co.uk/tv-guide/listings/tv-tonight.html
|
|
|
|
|
|
|
|
|
|
### Download the guide
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --site=mytelly.co.uk
|
2023-12-03 18:23:19 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Update channel list
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/mytelly.co.uk/mytelly.co.uk.config.js --output=./sites/mytelly.co.uk/mytelly.co.uk.channels.xml
|
2023-12-03 18:23:19 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Test
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-17 20:14:19 +03:00
|
|
|
npm test --- mytelly.co.uk
|
2023-12-03 18:23:19 +03:00
|
|
|
```
|