diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-08-19 11:38:01 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-08-19 11:38:01 (GMT) |
commit | 355ff75daf885cbc3c20fcd6bce97006ed308e2d (patch) | |
tree | 0d95e3ca20f83787c5f38f65ef8c797f5ec08f21 /rhautoimport-wr | |
parent | c917e70af43e07aba363aaa08ded077983d4f2d9 (diff) |
cba now uses different url for namespaces
Diffstat (limited to 'rhautoimport-wr')
-rwxr-xr-x | rhautoimport-wr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-wr b/rhautoimport-wr index 4eb055d..21dbcdc 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'}{'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); |