diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-02-03 17:07:15 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-02-03 17:07:15 (GMT) |
commit | f4bfb97e635e282b7a1c95383089a4205915b17d (patch) | |
tree | 5b62c1686a3e2873f7c42d87250ea2f15b5becc7 /rhautoimport-cb | |
parent | 7702f414652a2ef64fdb0a261e3c256261b26f88 (diff) |
CBA has switched back to old XML Namespace Identifier
Diffstat (limited to 'rhautoimport-cb')
-rwxr-xr-x | rhautoimport-cb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rhautoimport-cb b/rhautoimport-cb index e2eb494..8063ce4 100755 --- a/rhautoimport-cb +++ b/rhautoimport-cb @@ -124,10 +124,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); |