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 0a32401 commit 132e3faCopy full SHA for 132e3fa
lib/wayback_machine_downloader.rb
@@ -201,7 +201,7 @@ def structure_dir_path dir_path
201
end
202
203
def download_file file_remote_info
204
- file_url = file_remote_info[:file_url]
+ file_url = file_remote_info[:file_url].encode(''.encoding)
205
file_id = file_remote_info[:file_id]
206
file_timestamp = file_remote_info[:timestamp]
207
file_path_elements = file_id.split('/')
0 commit comments