We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1241386 commit d0e6a46Copy full SHA for d0e6a46
lib/wayback_machine_downloader.rb
@@ -134,7 +134,7 @@ def get_file_list_all_timestamps
134
file_id_and_timestamp = [file_timestamp, file_id].join('/')
135
file_id_and_timestamp = CGI::unescape file_id_and_timestamp
136
file_id_and_timestamp = file_id_and_timestamp.tidy_bytes unless file_id_and_timestamp == ""
137
- if file_id.nil?
+ if file_id_and_timestamp.nil?
138
puts "Malformed file url, ignoring: #{file_url}"
139
else
140
if match_exclude_filter(file_url)
0 commit comments