mirror of
https://github.com/iptv-org/epg
synced 2026-04-18 16:49:20 -04:00
Update chaines-tv.orange.fr
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<!-- <channel site="chaines-tv.orange.fr" lang="fr" xmltv_id="" site_id="1165">LA CHAINE DU PERE NOEL</channel>
|
||||
<channel site="chaines-tv.orange.fr" lang="fr" xmltv_id="" site_id="1165">LA CHAINE DU PERE NOEL</channel>
|
||||
<channel site="chaines-tv.orange.fr" lang="fr" xmltv_id="" site_id="1921">FRANCE 3 ALPES</channel>
|
||||
<channel site="chaines-tv.orange.fr" lang="fr" xmltv_id="" site_id="1922">FRANCE 3 ALSACE</channel>
|
||||
<channel site="chaines-tv.orange.fr" lang="fr" xmltv_id="" site_id="1923">FRANCE 3 AQUITAINE</channel>
|
||||
@@ -145,7 +145,7 @@
|
||||
<channel site="chaines-tv.orange.fr" lang="fr" xmltv_id="" site_id="90605">TRACE AFRICA</channel>
|
||||
<channel site="chaines-tv.orange.fr" lang="fr" xmltv_id="" site_id="90606">TRACE GOSPEL</channel>
|
||||
<channel site="chaines-tv.orange.fr" lang="fr" xmltv_id="" site_id="90610">SEN TV</channel>
|
||||
<channel site="chaines-tv.orange.fr" lang="fr" xmltv_id="" site_id="90614">TRACE TERANGA</channel> -->
|
||||
<channel site="chaines-tv.orange.fr" lang="fr" xmltv_id="" site_id="90614">TRACE TERANGA</channel>
|
||||
<channel site="chaines-tv.orange.fr" lang="fr" xmltv_id="2MInternational.ma" site_id="340">2M MONDE</channel>
|
||||
<channel site="chaines-tv.orange.fr" lang="fr" xmltv_id="6ter.fr" site_id="1403">6TER</channel>
|
||||
<channel site="chaines-tv.orange.fr" lang="fr" xmltv_id="AB1.fr" site_id="5">AB1</channel>
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
// 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
|
||||
// npm run grab -- --site=chaines-tv.orange.fr
|
||||
|
||||
const { parser, url } = require('./chaines-tv.orange.fr.config.js')
|
||||
const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
|
||||
21
sites/chaines-tv.orange.fr/readme.md
Normal file
21
sites/chaines-tv.orange.fr/readme.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# chaines-tv.orange.fr
|
||||
|
||||
https://chaines-tv.orange.fr/programme-tv
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=chaines-tv.orange.fr
|
||||
```
|
||||
|
||||
### 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
|
||||
```
|
||||
Reference in New Issue
Block a user