You are not logged in.

#1 2008-10-07 20:27:16

t.iglo
Member
Registered: 2008-10-07
Posts: 8

wget doesn't download files from premium rapidshare

Hi, I have problem with my wget.
I had Kubuntu(32bit) before Archlinux(64b) and this command:

wget -c -i name_of_file --http-user=XXX --http-password=password

it worked on Kubuntu, but now isn't work. I don't understand what is wrong. Now wget download only little files (few kB). In NAME_OF_FILE are links to download files (RARs).

tomik@arch_64:~/Videa/letuska$ wget -c -i file --http-user=XXX --http-password=password
--2008-10-07 22:22:35--  http://rapidshare.com/files/1x565xx0/xx.part4.rar
Resolving rapidshare.com... 195.122.131.15, 195.122.131.16, 195.122.131.17, ...
Connecting to rapidshare.com|195.122.131.15|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 17529 (17K) [text/html]
Saving to: `xx.part4.rar'

100%[=============================================================>] 17,529      --.-K/s   in 0.07s

2008-10-07 22:22:35 (247 KB/s) - `xx.part4.rar' saved [17529/17529]

Any idea?

Last edited by t.iglo (2008-10-07 20:30:13)

Offline

#2 2008-10-08 19:08:33

Mashi
Member
Registered: 2007-02-19
Posts: 38

Re: wget doesn't download files from premium rapidshare

http://www.google.co.uk/search?hl=en&q= … arch&meta=

First result big_smile worked for me. Basically you need to post your login data to rapidshare via wget, then use the cookie it sends you. Worked for me. I have an alias in .bashrc like this:

alias rswget='wget --header "Cookie: user={login hash is here}"'

Offline

#3 2008-10-09 17:11:07

t.iglo
Member
Registered: 2008-10-07
Posts: 8

Re: wget doesn't download files from premium rapidshare

Mashi wrote:

http://www.google.co.uk/search?hl=en&q= … arch&meta=

First result big_smile worked for me. Basically you need to post your login data to rapidshare via wget, then use the cookie it sends you. Worked for me. I have an alias in .bashrc like this:

alias rswget='wget --header "Cookie: user={login hash is here}"'

Thx Mashi... it's working.
Gr8 work wink
Bye

Offline

#4 2008-10-10 07:37:55

robmaloy
Member
From: Germany
Registered: 2008-05-14
Posts: 263

Re: wget doesn't download files from premium rapidshare

you could also use aria2c (package aria2)

you can feed it with a file containing a list of links + it can download multiple files simultaneously


☃ Snowman ☃

Offline

Board footer

Powered by FluxBB