mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Rename orange.fr to chaines-tv.orange.fr
This commit is contained in:
parent
554db6ed63
commit
863fffdc58
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
const dayjs = require('dayjs')
|
const dayjs = require('dayjs')
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
site: 'orange.fr',
|
site: 'chaines-tv.orange.fr',
|
||||||
url({ channel, date }) {
|
url({ channel, date }) {
|
||||||
return `https://rp-ott-mediation-tv.woopic.com/api-gw/live/v3/applications/STB4PC/programs?groupBy=channel&includeEmptyChannels=false&period=${date.valueOf()},${date
|
return `https://rp-ott-mediation-tv.woopic.com/api-gw/live/v3/applications/STB4PC/programs?groupBy=channel&includeEmptyChannels=false&period=${date.valueOf()},${date
|
||||||
.add(1, 'd')
|
.add(1, 'd')
|
|
@ -1,6 +1,6 @@
|
||||||
// npx epg-grabber --config=sites/orange.fr/orange.fr.config.js --channels=sites/orange.fr/orange.fr_fr.channels.xml --output=.gh-pages/guides/fr/orange.fr.epg.xml --days=2
|
// npx epg-grabber --config=sites/chaines-tv.orange.fr/chaines-tv.orange.fr.config.js --channels=sites/chaines-tv.orange.fr/chaines-tv.orange.fr_fr.channels.xml --output=.gh-pages/guides/fr/chaines-tv.orange.fr.epg.xml --days=2
|
||||||
|
|
||||||
const { parser, url, logo, request } = require('./orange.fr.config.js')
|
const { parser, url, logo, request } = require('./chaines-tv.orange.fr.config.js')
|
||||||
const dayjs = require('dayjs')
|
const dayjs = require('dayjs')
|
||||||
const utc = require('dayjs/plugin/utc')
|
const utc = require('dayjs/plugin/utc')
|
||||||
const customParseFormat = require('dayjs/plugin/customParseFormat')
|
const customParseFormat = require('dayjs/plugin/customParseFormat')
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<site site="orange.fr">
|
<site site="chaines-tv.orange.fr">
|
||||||
<channels>
|
<channels>
|
||||||
<channel lang="fr" xmltv_id="01TV.fr" site_id="2942" logo="https://proxymedia.woopic.com/api/v1/images/553%2Flogos%2Fv2%2Flogos%2Flivetv_01tv%2F20200102_141654%2FwebTVLogo%2Flogo_180x96.png">01 TV</channel>
|
<channel lang="fr" xmltv_id="01TV.fr" site_id="2942" logo="https://proxymedia.woopic.com/api/v1/images/553%2Flogos%2Fv2%2Flogos%2Flivetv_01tv%2F20200102_141654%2FwebTVLogo%2Flogo_180x96.png">01 TV</channel>
|
||||||
<channel lang="fr" xmltv_id="2MMonde.ma" site_id="340" logo="https://proxymedia.woopic.com/api/v1/images/553%2Flogos%2Fv2%2Flogos%2Flivetv_2mmonde%2F20151026_092415%2FwebTVLogo%2Flogo_180x96.png">2M Monde</channel>
|
<channel lang="fr" xmltv_id="2MMonde.ma" site_id="340" logo="https://proxymedia.woopic.com/api/v1/images/553%2Flogos%2Fv2%2Flogos%2Flivetv_2mmonde%2F20151026_092415%2FwebTVLogo%2Flogo_180x96.png">2M Monde</channel>
|
Loading…
Add table
Add a link
Reference in a new issue