hello friends! new(ish)!
Wget: Difference between revisions
Jump to navigation
Jump to search
>Anonsauce m (added some categories and the page is kindoff shitty written, more info and better written examples with good explanations are needed IMO. perhaps some history etc. too, a nooby who doesnt know this wouldnt learn anythign out of this just build up anger.) |
>Anonsauce m (adding reason to cleanup) |
||
Line 23: | Line 23: | ||
torsocks wget -mkEpnp -e robots=off --convert-links --load-cookies cookies.txt --random-wait https://sitewithlogin.onion/category/.... | torsocks wget -mkEpnp -e robots=off --convert-links --load-cookies cookies.txt --random-wait https://sitewithlogin.onion/category/.... | ||
{{Cleanup}} | {{Cleanup|Poorly written}} | ||
[[Category:GNU/Linux]] [[Category:HowTo]] [[Category:Guide]] | [[Category:GNU/Linux]] [[Category:HowTo]] [[Category:Guide]] |
Latest revision as of 11:01, 3 January 2023
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/....