Files
epg/sites/tv.blue.ch/readme.md
2026-03-17 03:33:30 +03:00

22 lines
343 B
Markdown

# tv.blue.ch
https://tv.blue.ch/tv-guide
### Download the guide
```sh
npm run grab --- --sites=tv.blue.ch
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/tv.blue.ch/tv.blue.ch.config.js --output=./sites/tv.blue.ch/tv.blue.ch.channels.xml
```
### Test
```sh
npm test --- tv.blue.ch
```