From 63d6399eb84ef7ab172c542390b9dee227c85f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Couchet?= Date: Wed, 4 Mar 2020 11:05:12 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20rappel=20pour=20supprimer=20la?= =?UTF-8?q?=20ligne=20annon=C3=A7ant=20la=20disponibilit=C3=A9=20des=20pod?= =?UTF-8?q?casts=20quelques=20jours=20apr=C3=A8s=20l'=C3=A9mission,=20sino?= =?UTF-8?q?n=20le=20script=20qui=20g=C3=A9n=C3=A8re=20le=20flux=20RSS=20ne?= =?UTF-8?q?=20g=C3=A9n=C3=A8re=20pas=20les=20entr=C3=A9es=20pour=20les=20p?= =?UTF-8?q?odcasts=20par=20sujet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- podcasts/scripts/make-all-podcasts.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/podcasts/scripts/make-all-podcasts.pl b/podcasts/scripts/make-all-podcasts.pl index c514267..2af0479 100755 --- a/podcasts/scripts/make-all-podcasts.pl +++ b/podcasts/scripts/make-all-podcasts.pl @@ -264,6 +264,8 @@ sub process { print "$textwebpage\n\n"; print "Add the html code on $url\n\n"; + print "And remove the line :

Les podcasts seront disponibles après la diffusion de l'émission (quelques jours après en général).

\n\n"; + if(! $mp3) { print "MP3 files not generated, please use --mp3 option to generate them\n"; }