summaryrefslogtreecommitdiff
path: root/graveyard/rhautoimport-fb
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 /graveyard/rhautoimport-fb
parent138d90a3bc86ecbf40c158c3b2f3854628030dff (diff)
move all cba urls from cba.fro.at to cba.media
Diffstat (limited to 'graveyard/rhautoimport-fb')
-rwxr-xr-xgraveyard/rhautoimport-fb4
1 files changed, 2 insertions, 2 deletions
diff --git a/graveyard/rhautoimport-fb b/graveyard/rhautoimport-fb
index 917ddf5..398a92e 100755
--- a/graveyard/rhautoimport-fb
+++ b/graveyard/rhautoimport-fb
@@ -36,7 +36,7 @@ use lib '/usr/local/share/rhautoimport/';
use rhautoimport;
my $STAT_FILE = $ENV{'HOME'} . "/rhautoimport-fb.stat";
-my $RSS_URL = "https://cba.fro.at/series/fokus-bildung-bildung-im-fokus/feed";
+my $RSS_URL = "https://cba.media/podcast/fokus-bildung-bildung-im-fokus/feed";
$XML::Feed::MULTIPLE_ENCLOSURES=1;
my $RD_GROUP = "fokusbildu";
my $PV_ID = '488';
@@ -128,7 +128,7 @@ 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'};
next unless (defined $entry_bdt);
my $bdt = DateTime::Format::Strptime::strptime("%a, %d %b %Y %H:%M:%S", $entry_bdt);