diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-08-19 11:31:17 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-08-19 11:31:17 (GMT) |
commit | 839f4d63349455e6bdc9962e1e5c518b14f7df9f (patch) | |
tree | 0187de10fc67b56a2082e687b38baf5055037190 /rhimport-wr | |
parent | 6ac599a255d3e3b5d9db2a7244adf907b52e4c07 (diff) |
cba now uses different url for namespaces
Diffstat (limited to 'rhimport-wr')
-rwxr-xr-x | rhimport-wr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-wr b/rhimport-wr index 8be71b5..dbf1043 100755 --- a/rhimport-wr +++ b/rhimport-wr @@ -125,7 +125,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); |