summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrhautoimport-btl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-btl b/rhautoimport-btl
index 35b4472..52db078 100755
--- a/rhautoimport-btl
+++ b/rhautoimport-btl
@@ -93,7 +93,7 @@ if(Date::Calc::Delta_Days(@broadcast_date, @today) <= $upload_delay_days) {
my $id = sprintf("%04d-%02d-%02d", @import_date);
my $bd = sprintf("%04d-%02d-%02d", @broadcast_date);
-my $bdfile = ".*broadcast-affiliate-version.*\.mp3";
+my $bdfile = ".*broadcast-affiliates?-version.*\.mp3";
print "looking for files issued on '$bd' and named like '$bdfile' in RSS Feed\n";
print " -> $RSS_URL\n";