summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-07-06 13:53:02 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-07-06 13:53:02 (GMT)
commit96f01a6174d9a20cd2e68f994c4cb1309743d7de (patch)
tree80046874192954369cc8e86e5e070ceb4898bed4
parentbd47b034d73177ca3dd7088fcb34bb78721c33b8 (diff)
cba now uses own namespace for custom fields
-rwxr-xr-xrhimport-po2
-rwxr-xr-xrhimport-wr2
2 files changed, 2 insertions, 2 deletions
diff --git a/rhimport-po b/rhimport-po
index e13419b..4b150cc 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'}{'broadcastDate'};
+ my $entry_bdt = $entry->{'entry'}{'https://cba.fro.at'}{'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 0742586..8be71b5 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'}{'broadcastDate'};
+ my $entry_bdt = $entry->{'entry'}{'https://cba.fro.at'}{'broadcastDate'};
next unless (defined $entry_bdt);
my $bdt = DateTime::Format::Strptime::strptime("%a, %d %b %Y %H:%M:%S", $entry_bdt);