Update web.magentatv.de

This commit is contained in:
freearhey
2023-12-02 15:50:43 +03:00
parent ad3a80b458
commit 70006946f9
3 changed files with 28 additions and 10 deletions

View File

@@ -0,0 +1,21 @@
# web.magentatv.de
https://web.magentatv.de/tv-guide
### Download the guide
```sh
npm run grab -- --site=web.magentatv.de
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/web.magentatv.de/web.magentatv.de.config.js --output=./sites/web.magentatv.de/web.magentatv.de.channels.xml
```
### Test
```sh
npm test -- web.magentatv.de
```