diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-11-18 00:21:04 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-11-18 00:21:42 (GMT) |
commit | 538607b1ffe214739cc592536b6aea4afe2c9754 (patch) | |
tree | dafc8f52191ee6494a542a4ea45aac610744e2fe /rhautoimport-rs | |
parent | 9fefda185b180ddb950c11319be790702d03bc2f (diff) |
relax radio stimme file regexp a bit
Diffstat (limited to 'rhautoimport-rs')
-rwxr-xr-x | rhautoimport-rs | 2 |
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"; |