mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Fix UTF-8 build issue in JRuby
This commit is contained in:
parent
2a99d39507
commit
95655b1263
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user