diff options
Diffstat (limited to 'rhautoimport-ba')
-rwxr-xr-x | rhautoimport-ba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rhautoimport-ba b/rhautoimport-ba index 045a9f6..6744ff8 100755 --- a/rhautoimport-ba +++ b/rhautoimport-ba @@ -128,10 +128,10 @@ for my $entry ($feed->entries) { $i++; next unless $entry->enclosure; - my $entry_bdt = $entry->{'entry'}{'http://cba.fro.at/help#feeds'}{'broadcastDate'}; + my $entry_bdt = $entry->{'entry'}{'https://cba.fro.at/help#feeds'}{'broadcastDate'}; my $format_string = "%a, %d %b %Y %H:%M:%S"; unless (defined $entry_bdt) { - $entry_bdt = $entry->{'entry'}{'http://cba.fro.at/help#feeds'}{'productionDate'}; + $entry_bdt = $entry->{'entry'}{'https://cba.fro.at/help#feeds'}{'productionDate'}; $format_string = "%a, %d %b %Y"; } next unless (defined $entry_bdt); |