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-ra | |
parent | 7702f414652a2ef64fdb0a261e3c256261b26f88 (diff) |
CBA has switched back to old XML Namespace Identifier
Diffstat (limited to 'rhautoimport-ra')
-rwxr-xr-x | rhautoimport-ra | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rhautoimport-ra b/rhautoimport-ra index 2bfe744..570f78e 100755 --- a/rhautoimport-ra +++ b/rhautoimport-ra @@ -106,10 +106,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); |