summaryrefslogtreecommitdiff
path: root/rhimport-fw
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2012-07-05 13:40:53 (GMT)
committerChristian Pointner <equinox@helsinki.at>2012-07-05 13:40:53 (GMT)
commitf70d3f34952e7b69284203f969eef88de87d73b2 (patch)
tree2c66523634c567fc3458807566e9507ec7395f73 /rhimport-fw
parentca5e42a1baf6f16f2897db4101ca42ece2136457 (diff)
fixed frontex
Diffstat (limited to 'rhimport-fw')
-rwxr-xr-xrhimport-fw2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-fw b/rhimport-fw
index d781b6c..075b689 100755
--- a/rhimport-fw
+++ b/rhimport-fw
@@ -81,7 +81,7 @@ if($dropbox eq "") {
}
-my $regexp = sprintf("%04d%02d%02dfrontex\\.mp3\$", $broadcastday[0], $broadcastday[1], $broadcastday[2]);
+my $regexp = sprintf("%04d%02d%02d(.*)\\.mp3\$", $broadcastday[0], $broadcastday[1], $broadcastday[2]);
print "looking for file from " . Date::Calc::Date_to_Text(@broadcastday) . " in RSS Feed\n";
my $feed = XML::Feed->parse(URI->new($RSS_URL))