Added ability to download rewritten Wayback Archive files

This commit is contained in:
Felipe
2025-01-02 12:17:20 +00:00
parent 3fff7daf35
commit 9283f04a57
2 changed files with 12 additions and 1 deletions

View File

@@ -58,6 +58,10 @@ option_parser = OptionParser.new do |opts|
options[:list] = true
end
opts.on("-r", "--rewritten", "Downloads the rewritten Wayback Machine files instead of the original files") do |t|
options[:rewritten] = t
end
opts.on("-v", "--version", "Display version") do |t|
options[:version] = t
end