2025-09-28 17:55:05 +03:00
|
|
|
# sky.com
|
|
|
|
|
|
|
|
|
|
https://www.sky.com/tv-guide
|
|
|
|
|
|
2026-07-29 18:08:51 +02:00
|
|
|
All Sky countries are covered: Germany, Austria and Switzerland (`DE`), the United Kingdom and Ireland (`GB`), and Italy (`IT`).
|
|
|
|
|
|
|
|
|
|
Channel IDs use the format `<territory>#<sid>` (`GB#...`, `IT#...` or `DE#...`).
|
|
|
|
|
|
2025-09-28 17:55:05 +03:00
|
|
|
### Download the guide
|
|
|
|
|
|
|
|
|
|
```sh
|
2026-03-17 03:33:30 +03:00
|
|
|
npm run grab --- --sites=sky.com
|
2025-09-28 17:55:05 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Update channel list
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
npm run channels:parse --- --config=./sites/sky.com/sky.com.config.js --output=./sites/sky.com/sky.com.channels.xml
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Test
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
npm test --- sky.com
|
|
|
|
|
```
|