summaryrefslogtreecommitdiff
path: root/rhautoimport-gd
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2023-11-29 15:27:39 (GMT)
committerChristian Pointner <equinox@helsinki.at>2023-11-29 15:27:39 (GMT)
commitbde327a9d8d0ba586665baf94f4ab62bf9949792 (patch)
tree87dec83eceff5905ed4d0c615624a78141359765 /rhautoimport-gd
parent138d90a3bc86ecbf40c158c3b2f3854628030dff (diff)
move all cba urls from cba.fro.at to cba.media
Diffstat (limited to 'rhautoimport-gd')
-rwxr-xr-xrhautoimport-gd6
1 files changed, 3 insertions, 3 deletions
diff --git a/rhautoimport-gd b/rhautoimport-gd
index 91295c4..21e3baa 100755
--- a/rhautoimport-gd
+++ b/rhautoimport-gd
@@ -35,7 +35,7 @@ use lib '/usr/local/share/rhautoimport/';
use rhautoimport;
my $STAT_FILE = $ENV{'HOME'} . "/rhautoimport-gd.stat";
-my $RSS_URL = "https://cba.fro.at/series/globale-dialoge-women-on-air/feed";
+my $RSS_URL = "https://cba.media/podcast/globale-dialoge-women-on-air/feed";
$XML::Feed::MULTIPLE_ENCLOSURES=1;
my $RD_GROUP = "womenonair";
my $PV_ID = '210';
@@ -110,10 +110,10 @@ for my $entry ($feed->entries) {
$i++;
next unless $entry->enclosure;
- my $entry_bdt = $entry->{'entry'}{'https://cba.fro.at/help#feeds'}{'broadcastDate'};
+ my $entry_bdt = $entry->{'entry'}{'https://cba.media/help#feeds'}{'broadcastDate'};
my $format_string = "%a, %d %b %Y %H:%M:%S";
unless (defined $entry_bdt) {
- $entry_bdt = $entry->{'entry'}{'https://cba.fro.at/help#feeds'}{'productionDate'};
+ $entry_bdt = $entry->{'entry'}{'https://cba.media/help#feeds'}{'productionDate'};
$format_string = "%a, %d %b %Y";
}
next unless (defined $entry_bdt);