2023-11-28 14:38:09 +03:00
|
|
|
# tv-programme.telecablesat.fr
|
|
|
|
|
|
|
|
|
|
https://tv-programme.telecablesat.fr/
|
|
|
|
|
|
|
|
|
|
### Download the guide
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --site=tv-programme.telecablesat.fr
|
2023-11-28 14:38:09 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Update channel list
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
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
|
2023-11-28 14:38:09 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Test
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-17 20:14:19 +03:00
|
|
|
npm test --- tv-programme.telecablesat.fr
|
2023-11-28 14:38:09 +03:00
|
|
|
```
|