Face à Philippe de Villiers (Émission du 28/11/2025)

Philippe de Villiers passe en revue l'actualité de la semaine dans #FaceAPhilippedeVilliers. Présenté par Eliot DevalPlayer placeholder const init = async () => { let alreadySeeked = false const playerDaily = await dailymotion.createPlayer('my-dailymotion-player', { video: 'x3b68jn', }) playerDaily.on(dailymotion.events.VIDEO PLAYING, async (state) => { if (!alreadySeeked) { const { videoDuration } = await playerDaily.getState() // - Compute "today at 7PM local time (France)" - const now = new Date(); const targetLocal = new Date( now.getFullYear(), now.getMonth(), now.getDate(), 19, // 19:00 = 7PM 00, 42 ); // Convert local target to UTC const targetUtc = new Date(targetLocal.toISOString()); // Compute difference in seconds between now and target time const diffSeconds = Math.floor((Date.now() - targetUtc.getTime()) / 1000); // Compute seek position relative to DVR window const seekTo = Math.max(videoDuration - diffSeconds, 0); playerDaily.seek(seekTo) alreadySeeked = true } }) } init()
Le replay Face à Philippe de Villiers (Émission du 28/11/2025) est proposé en streaming gratuit pendant quelques jours après sa diffusion sur CNews.
Popularité: 5/528 novembre 2025Replay CNewsEmissions
Emission: Face à Philippe de Villiers
Replay Face à Philippe de Villiers (Émission du 28/11/2025)Play