Files
epg/sites/www.magenta.tv/readme.md
T

22 lines
354 B
Markdown
Raw Normal View History

2026-05-13 19:46:25 +02:00
# www.magenta.tv
https://www.magenta.tv/tv-guide
### Download the guide
```sh
npm run grab --- --sites=www.magenta.tv
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/www.magenta.tv/www.magenta.tv.config.js --output=./sites/www.magenta.tv/www.magenta.tv.channels.xml
```
### Test
```sh
npm test --- www.magenta.tv
```