hello friends! new(ish)!

Wget: Difference between revisions

From InstallGentoo Wiki v2
Jump to navigation Jump to search
>Tinfoil-hat
(Created page with "== wget == An commandline to download stuff from web == Mirror Whole web-pages via wget == wget -mkEpnp -e robots=off --convert-links == Download only .mp3 files == wg...")
 
>Tinfoil-hat
No edit summary
Line 13: Line 13:
== wget via TOR ==
== wget via TOR ==


  torsocks torsocks wget --mirror --convert-links --adjust-extension --page-requisites ...
  torsocks wget --mirror --convert-links --adjust-extension --page-requisites ...


== Random wait ==
== Random wait ==

Revision as of 21:42, 23 September 2022

wget

An commandline to download stuff from web

Mirror Whole web-pages via wget

wget -mkEpnp -e robots=off --convert-links 

Download only .mp3 files

wget -e robots=off --no-parent -r --accept '*.mp3'

wget via TOR

torsocks wget --mirror --convert-links --adjust-extension --page-requisites ...

Random wait

--random-wait --wait=1 

Download TOR site with Login

torsocks wget  -mkEpnp -e robots=off --convert-links --load-cookies cookies.txt --random-wait  https://sitewithlogin.onion/category/....