diff options
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 b8bf682..30812c9 100755 --- a/rhautoimport-po +++ b/rhautoimport-po @@ -128,7 +128,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); |