mirror of
https://github.com/iptv-org/epg
synced 2026-05-29 20:49:22 -04:00
22 lines
335 B
Markdown
22 lines
335 B
Markdown
# tvcesoir.fr
|
|
|
|
https://www.tvcesoir.fr/programme-tv/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab -- --site=tvcesoir.fr
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse -- --config=./sites/tvcesoir.fr/tvcesoir.fr.config.js --output=./sites/tvcesoir.fr/tvcesoir.fr.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test -- tvcesoir.fr
|
|
```
|