summaryrefslogtreecommitdiff
path: root/rhautoimport-po
diff options
context:
space:
mode:
Diffstat (limited to 'rhautoimport-po')
-rwxr-xr-xrhautoimport-po4
1 files changed, 2 insertions, 2 deletions
diff --git a/rhautoimport-po b/rhautoimport-po
index 5014a8c..49947fb 100755
--- a/rhautoimport-po
+++ b/rhautoimport-po
@@ -129,10 +129,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);