summaryrefslogtreecommitdiff
path: root/rhautoimport-wr
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-01-16 19:19:02 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2021-01-16 19:19:02 (GMT)
commit13bc10305856751c1eb14634a1debab317ff263a (patch)
tree6c7d67f8bc666fd4ad65be73bf8603c6f9cd8485 /rhautoimport-wr
parentca21303df7d8c5ac3a5826484c800c0128baaaff (diff)
CBA: fix XML feed namespaces
Diffstat (limited to 'rhautoimport-wr')
-rwxr-xr-xrhautoimport-wr2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-wr b/rhautoimport-wr
index c9745af..e131c31 100755
--- a/rhautoimport-wr
+++ b/rhautoimport-wr
@@ -123,7 +123,7 @@ for my $entry ($feed->entries) {
$i++;
next unless $entry->enclosure;
- my $entry_bdt = $entry->{'entry'}{'https://cba.fro.at/help#feeds'}{'broadcastDate'};
+ my $entry_bdt = $entry->{'entry'}{'http://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);