Files
epg/sites/tv24.co.uk/readme.md

22 lines
335 B
Markdown
Raw Normal View History

2025-09-28 17:55:05 +03:00
# tv24.co.uk
https://tv24.co.uk/
### Download the guide
```sh
2026-03-17 03:33:30 +03:00
npm run grab --- --sites=tv24.co.uk
2025-09-28 17:55:05 +03:00
```
### 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
```