We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa4d97 commit e12d8ecCopy full SHA for e12d8ec
bin/wayback_machine_downloader
@@ -58,7 +58,7 @@ option_parser = OptionParser.new do |opts|
58
options[:list] = true
59
end
60
61
- opts.on("-u", "--user-agent STRING", String, "UserAgent for connection (Default is WayBack Machine Downloader)") do |t|
+ opts.on("-u", "--user-agent STRING", String, "UserAgent for connection (Default is Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0)") do |t|
62
options[:user_agent] = t
63
64
0 commit comments