mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 09:46:05 +00:00
Ignore urls with malformed file names #5
This commit is contained in:
parent
85bef6203a
commit
f7d794b608
@ -93,7 +93,7 @@ class WaybackMachineDownloader
|
||||
puts "#{file_url} # #{e}"
|
||||
end
|
||||
end
|
||||
rescue Errno::ENAMETOOLONG => e
|
||||
rescue Errno::ENAMETOOLONG, Errno::EINVAL => e
|
||||
puts "#{file_url} # #{e}"
|
||||
end
|
||||
puts "#{file_url} -> #{file_path} (#{count}/#{file_list_curated.size})"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user