Skip to content

Commit e8c78cc

Browse files
committed
change default useragent to Firefox 80 / Windows 10
1 parent 7f0b707 commit e8c78cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wayback_machine_downloader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize params
3232
@all = params[:all]
3333
@maximum_pages = params[:maximum_pages] ? params[:maximum_pages].to_i : 100
3434
@threads_count = params[:threads_count].to_i
35-
@user_agent = params[:user_agent] ? params[:user_agent] : "WayBack Machine Downloader"
35+
@user_agent = params[:user_agent] ? params[:user_agent] : "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0"
3636
end
3737

3838
def backup_name

0 commit comments

Comments
 (0)