From 4fd323fb24e7175dbde163ad09423388c6d2fb9e Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Wed, 2 Oct 2019 17:17:43 +0200
Subject: btl: affiliate vs affiliates


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";
-- 
cgit v0.10.2