Skip to content

Commit

Permalink
apply hartator#235
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik-mmzd committed Sep 8, 2023
1 parent d0e6a46 commit f9d60d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/wayback_machine_downloader
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ option_parser = OptionParser.new do |opts|
opts.on("-s", "--all-timestamps", "Download all snapshots/timestamps for a given website") do |t|
options[:all_timestamps] = true
end

opts.on("-f", "--from TIMESTAMP", Integer, "Only files on or after timestamp supplied (ie. 20060716231334)") do |t|
options[:from_timestamp] = t
end
Expand All @@ -30,7 +30,7 @@ option_parser = OptionParser.new do |opts|
options[:to_timestamp] = t
end

opts.on("-e", "--exact-url", "Download only the url provied and not the full site") do |t|
opts.on("-e", "--exact-url", "Download only the url provided and not the full site") do |t|
options[:exact_url] = t
end

Expand Down

0 comments on commit f9d60d0

Please sign in to comment.