mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Update wayback_machine_downloader
This commit is contained in:
parent
63941f99dd
commit
330c1888fb
@ -18,6 +18,10 @@ option_parser = OptionParser.new do |opts|
|
|||||||
options[:directory] = t
|
options[:directory] = t
|
||||||
end
|
end
|
||||||
|
|
||||||
|
opts.on("-s", "--all-timestamps", "Download all snapshots (ie. all timestamps)") do |t|
|
||||||
|
options[:all_timestamps] = true
|
||||||
|
end
|
||||||
|
|
||||||
opts.on("-f", "--from TIMESTAMP", Integer, "Only files on or after timestamp supplied (ie. 20060716231334)") do |t|
|
opts.on("-f", "--from TIMESTAMP", Integer, "Only files on or after timestamp supplied (ie. 20060716231334)") do |t|
|
||||||
options[:from_timestamp] = t
|
options[:from_timestamp] = t
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user