summaryrefslogtreecommitdiff
path: root/rhautoimport-po
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-08-19 11:38:01 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-08-19 11:38:01 (GMT)
commit355ff75daf885cbc3c20fcd6bce97006ed308e2d (patch)
tree0d95e3ca20f83787c5f38f65ef8c797f5ec08f21 /rhautoimport-po
parentc917e70af43e07aba363aaa08ded077983d4f2d9 (diff)
cba now uses different url for namespaces
Diffstat (limited to 'rhautoimport-po')
-rwxr-xr-xrhautoimport-po2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-po b/rhautoimport-po
index b8bf682..30812c9 100755
--- a/rhautoimport-po
+++ b/rhautoimport-po
@@ -128,7 +128,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);