diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-07-06 13:56:01 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-07-06 13:56:01 (GMT) |
commit | 4fdc9672f1cdc3b8d541fd62fea196140937e6f8 (patch) | |
tree | 27207aa49ed4c0c0c1105d52e125dd2e804d674d /rhautoimport-po | |
parent | 7093152525adca6013e8f719903881b12764c3bb (diff) |
cba now uses own namespace for custom fields
Diffstat (limited to 'rhautoimport-po')
-rwxr-xr-x | rhautoimport-po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-po b/rhautoimport-po index 6c8e73f..5f9372b 100755 --- a/rhautoimport-po +++ b/rhautoimport-po @@ -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); |