Files
epg/sites/chaines-tv.orange.fr/readme.md

22 lines
427 B
Markdown
Raw Permalink Normal View History

2025-09-28 17:55:05 +03:00
# chaines-tv.orange.fr
https://chaines-tv.orange.fr/programme-tv
### Download the guide
```sh
2026-03-17 03:33:30 +03:00
npm run grab --- --sites=chaines-tv.orange.fr
2025-09-28 17:55:05 +03:00
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/chaines-tv.orange.fr/chaines-tv.orange.fr.config.js --output=./sites/chaines-tv.orange.fr/chaines-tv.orange.fr.channels.xml
```
### Test
```sh
npm test --- chaines-tv.orange.fr
```