Skip to content

Commit 343047a

Browse files
Add missing --snapshot-at command
1 parent 1ce3dfd commit 343047a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bin/wayback_machine_downloader

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ option_parser = OptionParser.new do |opts|
7878
options[:max_retries] = t
7979
end
8080

81+
opts.on("--snapshot-at TIMESTAMP", Integer, "Build a composite snapshot at this timestamp") do |t|
82+
options[:snapshot_at] = t
83+
end
84+
8185
opts.on("--recursive-subdomains", "Recursively download content from subdomains") do |t|
8286
options[:recursive_subdomains] = true
8387
end

0 commit comments

Comments
 (0)