mirror of
https://github.com/iptv-org/epg
synced 2026-05-30 13:09:23 -04:00
22 lines
310 B
Markdown
22 lines
310 B
Markdown
# tv24.co.uk
|
|
|
|
https://tv24.co.uk/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab -- --site=tv24.co.uk
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse -- --config=./sites/tv24.co.uk/tv24.co.uk.config.js --output=./sites/tv24.co.uk/tv24.co.uk.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test -- tv24.co.uk
|
|
```
|