summaryrefslogtreecommitdiff
path: root/rhautoimport-gd
diff options
context:
space:
mode:
Diffstat (limited to 'rhautoimport-gd')
-rwxr-xr-xrhautoimport-gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/rhautoimport-gd b/rhautoimport-gd
index d2b8424..91295c4 100755
--- a/rhautoimport-gd
+++ b/rhautoimport-gd
@@ -110,10 +110,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);