diff options
author | Christian Pointner <equinox@helsinki.at> | 2019-10-02 15:17:43 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2019-10-02 15:17:43 (GMT) |
commit | 4fd323fb24e7175dbde163ad09423388c6d2fb9e (patch) | |
tree | 559f474b0c0c4995651aca807f78f4dd686b1d18 | |
parent | c8366c1046abedb0017eb26f1036b7600548488f (diff) |
btl: affiliate vs affiliates
-rwxr-xr-x | rhautoimport-btl | 2 |
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"; |