Files
epg/sites/web.magentatv.de/readme.md
T

22 lines
369 B
Markdown
Raw Normal View History

2023-12-02 15:50:43 +03:00
# web.magentatv.de
https://web.magentatv.de/tv-guide
### Download the guide
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=web.magentatv.de
2023-12-02 15:50:43 +03:00
```
### Update channel list
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=./sites/web.magentatv.de/web.magentatv.de.config.js --output=./sites/web.magentatv.de/web.magentatv.de.channels.xml
2023-12-02 15:50:43 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- web.magentatv.de
2023-12-02 15:50:43 +03:00
```