summaryrefslogtreecommitdiff
path: root/rhautoimport-rs
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-11-18 00:21:04 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-11-18 00:21:42 (GMT)
commit538607b1ffe214739cc592536b6aea4afe2c9754 (patch)
treedafc8f52191ee6494a542a4ea45aac610744e2fe /rhautoimport-rs
parent9fefda185b180ddb950c11319be790702d03bc2f (diff)
relax radio stimme file regexp a bit
Diffstat (limited to 'rhautoimport-rs')
-rwxr-xr-xrhautoimport-rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-rs b/rhautoimport-rs
index 21c0a1a..7293b3f 100755
--- a/rhautoimport-rs
+++ b/rhautoimport-rs
@@ -127,7 +127,7 @@ if(Date::Calc::Delta_Days(@broadcast_date, @today) <= 0) {
my $id = sprintf("%04d-%02d-%02d", @import_date);
my $bd = sprintf("%04d-%02d-%02d", @broadcast_date);
-my $bdfile = sprintf("RAST%04d%02d%02d(CBA)?(.*)\.MP3", @broadcast_date);
+my $bdfile = sprintf("RAST%04d-?%02d-?%02d(CBA)?(.*)\.MP3", @broadcast_date);
print "looking for files from $bd in RSS Feed\n";
print " -> $RSS_URL\n";