From 839f4d63349455e6bdc9962e1e5c518b14f7df9f Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Fri, 19 Aug 2016 13:31:17 +0200
Subject: cba now uses different url for namespaces


diff --git a/rhimport-po b/rhimport-po
index 4b150cc..f9868ce 100755
--- a/rhimport-po
+++ b/rhimport-po
@@ -129,7 +129,7 @@ for my $entry ($feed->entries) {
   $i++;
   next unless $entry->enclosure;
 
-  my $entry_bdt = $entry->{'entry'}{'https://cba.fro.at'}{'broadcastDate'};
+  my $entry_bdt = $entry->{'entry'}{'https://cba.fro.at/help#feeds'}{'broadcastDate'};
   next unless (defined $entry_bdt);
   my $bdt = DateTime::Format::Strptime::strptime("%a, %d %b %Y %H:%M:%S", $entry_bdt);
 
diff --git a/rhimport-wr b/rhimport-wr
index 8be71b5..dbf1043 100755
--- a/rhimport-wr
+++ b/rhimport-wr
@@ -125,7 +125,7 @@ for my $entry ($feed->entries) {
   $i++;
   next unless $entry->enclosure;
 
-  my $entry_bdt = $entry->{'entry'}{'https://cba.fro.at'}{'broadcastDate'};
+  my $entry_bdt = $entry->{'entry'}{'https://cba.fro.at/help#feeds'}{'broadcastDate'};
   next unless (defined $entry_bdt);
   my $bdt = DateTime::Format::Strptime::strptime("%a, %d %b %Y %H:%M:%S", $entry_bdt);
 
-- 
cgit v0.10.2