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-ek | |
parent | 7702f414652a2ef64fdb0a261e3c256261b26f88 (diff) |
CBA has switched back to old XML Namespace Identifier
Diffstat (limited to 'rhautoimport-ek')
-rwxr-xr-x | rhautoimport-ek | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-ek b/rhautoimport-ek index 854be1e..5302b23 100755 --- a/rhautoimport-ek +++ b/rhautoimport-ek @@ -134,7 +134,7 @@ 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'}; next unless (defined $entry_bdt); my $bdt = DateTime::Format::Strptime::strptime("%a, %d %b %Y %H:%M:%S", $entry_bdt); |