mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
22 lines
360 B
Markdown
22 lines
360 B
Markdown
|
|
# teleboy.ch [Geo-blocked]
|
||
|
|
|
||
|
|
https://www.teleboy.ch/programm
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab --- --site=teleboy.ch
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse --- --config=./sites/teleboy.ch/teleboy.ch.config.js --output=./sites/teleboy.ch/teleboy.ch.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test --- teleboy.ch
|
||
|
|
```
|