mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-18 02:06:35 +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}"
|
puts "#{file_url} # #{e}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
rescue Errno::ENAMETOOLONG => e
|
rescue Errno::ENAMETOOLONG, Errno::EINVAL => e
|
||||||
puts "#{file_url} # #{e}"
|
puts "#{file_url} # #{e}"
|
||||||
end
|
end
|
||||||
puts "#{file_url} -> #{file_path} (#{count}/#{file_list_curated.size})"
|
puts "#{file_url} -> #{file_path} (#{count}/#{file_list_curated.size})"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user