mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Fix typo #50
This commit is contained in:
parent
b8ec00dd5e
commit
cbbd840548
@ -112,7 +112,7 @@ class WaybackMachineDownloader
|
|||||||
file_list_by_timestamp = get_file_list_by_timestamp
|
file_list_by_timestamp = get_file_list_by_timestamp
|
||||||
if file_list_by_timestamp.count == 0
|
if file_list_by_timestamp.count == 0
|
||||||
puts "No files to download."
|
puts "No files to download."
|
||||||
puts "Possible reaosons:"
|
puts "Possible reasons:"
|
||||||
puts "\t* Site is not in Wayback Machine Archive."
|
puts "\t* Site is not in Wayback Machine Archive."
|
||||||
puts "\t* From timestamp too much in the future." if @from_timestamp and @from_timestamp != 0
|
puts "\t* From timestamp too much in the future." if @from_timestamp and @from_timestamp != 0
|
||||||
puts "\t* To timestamp too much in the past." if @to_timestamp and @to_timestamp != 0
|
puts "\t* To timestamp too much in the past." if @to_timestamp and @to_timestamp != 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user