Download Rapidshare using CURL via socks (optional)

Posted on May 29th, 2007 by id_provoke.
Categories: Linux.

If you have rapidshare account, you can download using curl.

How it works…

1. You must login from browser to rapidshare account to get cookie (kue)

2. Curl version must greater than 7.11.1

Okay now in action:

curl -L -b /home/henry/Download/cookies.txt http://rapidshare.com/files/33983428/unrar-3.7.5-i486-1.tgz -o unrar-3.7.5-i486-1.tgz

and if you using proxy socks, just add –socks yourserver:7777

Special thanks:

* Rudi

2 comments.

Reban
Comment on March 9th, 2008.

Just to drop by a note,
RSConsole is a Rapidshare.com Premium file download accelerator and scheduler for Linux, Unix and BSD.

I’ve just tried it, and it works like a charm. Probably the best Rapidshare Premium downloader around that’s open source.

You can find it here:
http://www.addedworth.com/rsconsole.php
Cheers,
Reban

Cristian
Comment on May 13th, 2008.

You may also log in from the command line using curl by typing the following command:

curl \
–cookie-jar ~/.cookies/rapidshare \
–data “login=USERNAME&password=PASSWORD” \
https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi \
> /dev/null

Leave a Comment

Names and email addresses are required (email addresses aren't displayed), url's are optional.

Comments may contain the following xhtml tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>