mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Fix behavior when no exclude filter is supplied
This commit is contained in:
parent
6f138d014f
commit
6fb6af6547
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user