Update tv.magenta.at

This commit is contained in:
freearhey
2023-11-28 22:59:23 +03:00
parent 2b01896c67
commit df333c59cd
3 changed files with 22 additions and 4 deletions
+21
View File
@@ -0,0 +1,21 @@
# 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
```