mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
21 lines
457 B
Markdown
21 lines
457 B
Markdown
# tv-programme.telecablesat.fr
|
|
|
|
https://tv-programme.telecablesat.fr/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=tv-programme.telecablesat.fr
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/tv-programme.telecablesat.fr/tv-programme.telecablesat.fr.config.js --output=./sites/tv-programme.telecablesat.fr/tv-programme.telecablesat.fr.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- tv-programme.telecablesat.fr
|
|
```
|