Fix behavior when no exclude filter is supplied

This commit is contained in:
hartator 2016-07-28 17:58:54 -05:00
parent 6f138d014f
commit 6fb6af6547

View File

@ -49,7 +49,7 @@ class WaybackMachineDownloader
file_url.downcase.include? @exclude_filter.downcase file_url.downcase.include? @exclude_filter.downcase
end end
else else
true false
end end
end end