Update sky.de

This commit is contained in:
freearhey
2023-11-27 16:18:20 +03:00
parent 1c5d49638c
commit c3d6368b04
4 changed files with 116 additions and 73 deletions

21
sites/sky.de/readme.md Normal file
View File

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