mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-29 16:16:06 +00:00
Initial implementation of --page-requisites
see StrawberryMaster/wayback-machine-downloader#39
This commit is contained in:
@@ -86,6 +86,10 @@ option_parser = OptionParser.new do |opts|
|
||||
options[:subdomain_depth] = t
|
||||
end
|
||||
|
||||
opts.on("--page-requisites", "Download related assets (images, css, js) for downloaded HTML pages") do |t|
|
||||
options[:page_requisites] = true
|
||||
end
|
||||
|
||||
opts.on("-v", "--version", "Display version") do |t|
|
||||
options[:version] = t
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user