diff options
Diffstat (limited to 'rhautoimport-xy')
-rwxr-xr-x | rhautoimport-xy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rhautoimport-xy b/rhautoimport-xy index 6027ed7..b5e046c 100755 --- a/rhautoimport-xy +++ b/rhautoimport-xy @@ -100,7 +100,8 @@ 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 = sprintf("^0?%d-?0?%d-?%04d", $broadcast_date[2], $broadcast_date[1], $broadcast_date[0]); -print "looking for files from $bd in RSS Feed\n"; + +print "looking for files like '$bdfile' in RSS Feed\n"; print " -> $RSS_URL\n"; my ($result, $feed) = rhautoimport::fetch_parse_rss_cba($RSS_URL); |