From 6fd91c6742248893e8bb2586b26cadc3a6a5286b Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Fri, 11 Sep 2015 20:07:04 -0700 Subject: [PATCH] Honor Content-disposition in wget --- dotfiles/wgetrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/wgetrc b/dotfiles/wgetrc index 2e01a79..c2818d4 100644 --- a/dotfiles/wgetrc +++ b/dotfiles/wgetrc @@ -1,6 +1,7 @@ # Use server timestamps and name timestamping = on trust_server_names = on +content_disposition = on # Recursive download options no_parent = on