We are still actively working on the spam issue.

Difference between revisions of "Wget"

From InstallGentoo Wiki
Jump to: navigation, search
(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...")
 
m (adding reason to cleanup)
 
(2 intermediate revisions by 2 users not shown)
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 ==
Line 22: Line 22:
  
 
  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|Poorly written}}
 +
 +
[[Category:GNU/Linux]] [[Category:HowTo]] [[Category:Guide]]

Latest revision as of 12: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/....
Cleanup.png
Cleanup.png
CLEANUP CANDIDATE
Relevant discussion may be found on the talk page. Reason: Poorly written