Skip to content

Commit e12d8ec

Browse files
committed
fix in bin file
1 parent 2fa4d97 commit e12d8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/wayback_machine_downloader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ option_parser = OptionParser.new do |opts|
5858
options[:list] = true
5959
end
6060

61-
opts.on("-u", "--user-agent STRING", String, "UserAgent for connection (Default is WayBack Machine Downloader)") do |t|
61+
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|
6262
options[:user_agent] = t
6363
end
6464

0 commit comments

Comments
 (0)