Skip to content

Instantly share code, notes, and snippets.

@extratone
Created May 16, 2022 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save extratone/780fe8f789d1e3ca938353b3f7766d6c to your computer and use it in GitHub Desktop.
Save extratone/780fe8f789d1e3ca938353b3f7766d6c to your computer and use it in GitHub Desktop.
My personal .wgetrc configuration.
tries = 35
#reclevel = 19
passive_ftp = off
waitretry = 10
robots = off
dirstruct = on
recursive = on
follow_ftp = on
localencoding = UTF-8
remoteencoding = UTF-8
httpsonly = off
page-requisite = on
adjust-extension = on
convert_links = on
restrict-file-names=windows
trust_server_names = on
cookies = on
---
`wget --recursive --page-requisites --adjust-extension --span-hosts --convert-links --restrict-file-names=windows --domains clipboard --no-parent clipboard`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment