## ## Wget initialization file $HOME/.wgetrc (Personal settings) ## ## $Revision: 45a6d8582b36 $ $Date: Thu, 14 Mar 2024 21:47:43 -0400 $ ## $Host: furbag.my.domain $ ## $UUID: ead72e29-b6e9-3100-8bfa-927b16d6fe95 $ # Set this to on to use timestamping by default: #timestamping = off # It is a good idea to make Wget send your email address in a `From:' # header with your request (so that server administrators can contact # you in case of errors). Wget does *not* send `From:' by default. header = From: Your Name # You can set up other headers, like Accept-Language. Accept-Language # is *not* sent by default. header = Accept-Language: en-us,en;q=0.5 # Tried these to fix "Bad Gateway" error, didn't work. ## header = Accept: ## text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 ## header = Connection: keep-alive # Override busted proxy server if necessary. http_proxy = http://your.proxy.com:8080/ ftp_proxy = ftp://your.proxy.com:8080/ # Thank you, NMC, for thoroughly screwing up the proxy servers. user-agent = Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0 # You can customize the retrieval outlook. Valid options are default, # binary, mega and micro. #dot_style = default # Setting this to off makes Wget not download /robots.txt. Be sure to # know *exactly* what /robots.txt is and how it is used before changing # the default! #robots = on # It can be useful to make Wget wait between connections. Set this to # the number of seconds you want Wget to wait. #wait = 0 # You can force creating directory structure, even if a single is being # retrieved, by setting this to on. #dirstruct = off # You can turn on recursive retrieving by default (don't do this if # you are not sure you know what it means) by setting this to on. #recursive = off # To always back up file X as X.orig before converting its links (due # to -k / --convert-links / convert_links = on having been specified), # set this variable to on: #backup_converted = off # To have Wget follow FTP links from HTML files by default, set this # to on: #follow_ftp = off # http://linuxgazette.net/147/lg_tips.html # Ben Okopnik # wget is a great tool for continuing broken downloads (that's what that # "-c" option is all about) - especially if it's properly configured. # Reads that take longer will fail. Default = 900 seconds. #read_timeout = 10 # Use this if you only want Wget to wait between retries of failed # downloads. Wget will use linear backoff, waiting 1 second after the # first failure, then 2 seconds, etc. up to this value. waitretry = 5