mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 11:27:00 -04:00
22 lines
339 B
Markdown
22 lines
339 B
Markdown
# tv.sfr.fr
|
|
|
|
https://tv.sfr.fr/programme-tv
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --sites=tv.sfr.fr
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/tv.sfr.fr/tv.sfr.fr.config.js --output=./sites/tv.sfr.fr/tv.sfr.fr.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- tv.sfr.fr
|
|
```
|