summaryrefslogtreecommitdiff
path: root/rhautoimport-po
diff options
context:
space:
mode:
Diffstat (limited to 'rhautoimport-po')
-rwxr-xr-xrhautoimport-po2
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);