Files
epg/sites/tv24.se/readme.md

22 lines
289 B
Markdown
Raw Normal View History

2023-11-30 22:47:00 +03:00
# tv24.se
https://tv24.se/
### Download the guide
```sh
npm run grab --- --site=tv24.se
2023-11-30 22:47:00 +03:00
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/tv24.se/tv24.se.config.js --output=./sites/tv24.se/tv24.se.channels.xml
2023-11-30 22:47:00 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- tv24.se
2023-11-30 22:47:00 +03:00
```