[HowTo] Download from Premium Rapidshare in Linux Console
July 31, 2008 · Filed Under Linux
The following method is using wget in Linux. First thing is to save the cookies for your premium account login to Rapidshare
wget–save-cookies ~/.cookies/rapidshare –post-data “login=USERNAME&password=PASSWORD” -O - https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi > /dev/null
Then you can start download Rapidshare content with the following line:
wget -c –load-cookies ~/.cookies/rapidshare <Rapidshare file URL>
Comments
Leave a Reply

