Results 1 to 12 of 12

Thread: Rapidshare Premium with WGET 1.1X

  1. #1
    Join Date
    Aug 2008
    Location
    Poland, Bia³a Podlaska
    Posts
    276

    Rapidshare Premium with WGET 1.1X

    Hi,

    Code:
    wget --auth-no-challenge --user=RAPIDSHARE_USER --password=RAPIDSHARE_PASSWORD -i files_list.txt
    in file files_list.txt you paste links to rapidshare files.
    Last edited by Lesiuk; 23-10-2008 at 18:24.

  2. #2

    Wow

    Very thanks! it's work.

  3. #3
    Or you use wget8/9!
    The made very big changes with wget >1.

    Also the mwget web interface didnt work with version >= 1 because the output (which is the web interface parsing) is different

  4. #4
    Quote Originally Posted by Lesiuk View Post
    Hi,

    Code:
    wget -c --auth-no-challenge --user=RAPIDSHARE_USER --password=RAPIDSHARE_PASSWORD -i files_list.txt
    in file files_list.txt you paste links to rapidshare files.
    How can you have this continue even if the computer is turned off?

  5. #5
    Join Date
    Mar 2007
    Location
    Budapest / Hungary
    Posts
    79
    Quote Originally Posted by ebabinski View Post
    How can you have this continue even if the computer is turned off?
    Code:
    wget -c --auth-no-challenge --user=RAPIDSHARE_USER --password=RAPIDSHARE_PASSWORD -i files_list.txt &

  6. #6
    Join Date
    Aug 2008
    Location
    Poland, Bia³a Podlaska
    Posts
    276
    Quote Originally Posted by ebabinski View Post
    How can you have this continue even if the computer is turned off?
    Also you can run this at screen

    Code:
    screen -dmS rapidshare "wget --auth-no-challenge --user=RAPIDSHARE_USER --password=RAPIDSHARE_PASSWORD -i files_list.txt"
    and when you want watch this

    Code:
    screen -x rapidshare
    Last edited by Lesiuk; 16-02-2009 at 14:50.

  7. #7
    I make therefore:
    Code:
    nohup wget -c -b --auth-no-challenge --user=RAPIDSHAREUSER --password=RAPIDSHAREPASSWORD -i files_list.txt
    For megauplod or netload? someone has tried?

  8. #8
    OK, what about rapidshare WITHOUT premium?
    It means, I enter the link, script loads the page, extracts the download link (it is placed every time on the same line in the source), sleeps for 100s (download-ticket countdown) and then downloads the file. Is it possible?

  9. #9
    Join Date
    Aug 2008
    Location
    Poland, Bia³a Podlaska
    Posts
    276
    Quote Originally Posted by bugmenot View Post
    OK, what about rapidshare WITHOUT premium?
    It means, I enter the link, script loads the page, extracts the download link (it is placed every time on the same line in the source), sleeps for 100s (download-ticket countdown) and then downloads the file. Is it possible?
    You can use this script: http://maniek23.jogger.pl/files/rapiddl.py but you need python and it's unconfortable. Rapidshare premium account is very cheap - better you buy it.

  10. #10
    I was testing to unload from megaupload. After several attempts I have saved with wget the cookes.
    Code:
    wget --save-cookies cookies.txt --post-data="login=LOGIN&password=PASSWORD" http://megaupload.com
    quickly after I have tried to unload so:
    Code:
    nohup wget -c -b --load-cookies cookies.txt -i file_list.txt
    It works, but not for all the rows. For some it does not succeed to memorize the rows with the just name.Does someone have idea of like making?

    ps
    first of all but I have activated in the option on the directed site megaupload the download.

  11. #11

    Lesiuk ratuj!

    Quote Originally Posted by Lesiuk View Post
    You can use this script: http://maniek23.jogger.pl/files/rapiddl.py but you need python and it's unconfortable. Rapidshare premium account is very cheap - better you buy it.
    Cześć, mam do Ciebie prośbę - mógłbyś mi pomóc sprawić, bym mógł za ppomocą WL500GP Premium z zainstalowanym Oleg software ściągać pliki z konta Rapidshare Premium (krok po kroku)??? Z góry dziękuje

    Oto mój mail: matelutacz@wp.pl

  12. #12
    Now is wget for rapidshare premuim not working for me... Till now was everything OK.

    Does anybody have the same problem?

Similar Threads

  1. wget rapidshare on wl500gp
    By drp in forum WL-500gP Q&A
    Replies: 3
    Last Post: 19-04-2007, 08:58
  2. Replies: 1
    Last Post: 04-02-2007, 23:06

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •