summaryrefslogtreecommitdiff
path: root/rhautoimport-ba
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2021-02-03 17:07:15 (GMT)
committerChristian Pointner <equinox@helsinki.at>2021-02-03 17:07:15 (GMT)
commitf4bfb97e635e282b7a1c95383089a4205915b17d (patch)
tree5b62c1686a3e2873f7c42d87250ea2f15b5becc7 /rhautoimport-ba
parent7702f414652a2ef64fdb0a261e3c256261b26f88 (diff)
CBA has switched back to old XML Namespace Identifier
Diffstat (limited to 'rhautoimport-ba')
-rwxr-xr-xrhautoimport-ba4
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);