Wget

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
Line 13: Line 13:
 
wget -c --load-cookies ./cookie URL
 
wget -c --load-cookies ./cookie URL
 
</code><br>
 
</code><br>
 +
===Useful parameters===
 
<b>-c</b> is used to resume a previously started download<br>
 
<b>-c</b> is used to resume a previously started download<br>
<b>-i <i>filename</i></b> is used to read a file containing 1 URL per line
+
<b>-i <i>&lt;filename&gt;</i></b> is used to read a file containing 1 URL per line<br>
 +
<b>--limit-rate=<i>&lt;rate&gt;</i>k</b> is used to limit the download rate

Revision as of 21:53, 10 September 2010

Contents

Using wget to retrieve files that require you to be logged in

Save the cookie

wget --save-cookies ./cookie -O - URL> /dev/null

for rapidshare.com
wget --save-cookies ./cookie --post-data "login=USERNAME&password=PASSWORD" -O - https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi > /dev/null

Use the cookie!

wget -c --load-cookies ./cookie URL

Useful parameters

-c is used to resume a previously started download
-i <filename> is used to read a file containing 1 URL per line
--limit-rate=<rate>k is used to limit the download rate

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox