mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-29 16:16:06 +00:00
Fix UTF-8 build issue in JRuby
This commit is contained in:
@@ -27,6 +27,7 @@ class WaybackMachineDownloader
|
||||
file_list_curated = Hash.new
|
||||
[index_file_list_raw, all_file_list_raw].each do |file|
|
||||
file.each_line do |line|
|
||||
line = line.tidy_bytes
|
||||
line = line.split(' ')
|
||||
file_timestamp = line[1].to_i
|
||||
file_url = line[2]
|
||||
|
||||
Reference in New Issue
Block a user