mirror of
https://github.com/iptv-org/epg
synced 2026-04-30 22:46:58 -04:00
22 lines
361 B
Markdown
22 lines
361 B
Markdown
# tv.magenta.at
|
|
|
|
https://tv.magenta.at/epg
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=tv.magenta.at
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/tv.magenta.at/tv.magenta.at.config.js --output=./sites/tv.magenta.at/tv.magenta.at.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- tv.magenta.at
|
|
```
|