summaryrefslogtreecommitdiff
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
parentca5e42a1baf6f16f2897db4101ca42ece2136457 (diff)
fixed frontex
-rw-r--r--debian/changelog6
-rwxr-xr-xrhimport-fw2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index badeb3b..14e7509 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rhimport (0.3.8-11) unstable; urgency=low
+
+ * regexp for frontex more tolerant
+
+ -- Christian Pointner <equinox@helsinki.at> Thu, 05 Jul 2012 15:39:38 +0200
+
rhimport (0.3.8-10) unstable; urgency=low
* wienerlieder back to old rss-feed???
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))