CyberTek - the future at the present!
Google

Archive for the 'Rapidshare' Category

Download files from Megaupload, Rapidshare and other services from Linux via prompt

Posted by: admin (July 22)

Try using the valuable Plowshare (a command line program) Enlarged to upload and download some of the most popular file-sharing websites. Runs on Linux and Unix-like support: Megaupload, Rapidshare, 2Shared, 4Shared, Zshare, Badongo, DepositFiles and Mediafire. In practice it is a replacement for wget to these sites.

Plowshare to install in Ubuntu Linux

1. If not satisfied, complied with the dependencies:

  sudo apt-get install recode curl imagemagick tesseract-ocr-eng-bin aview SpiderMonkey 


2. Plowshare Download , extract and install the content. There is also the version we package already. Deb, if you use that version you just double click on the package and confirm the installation back:

  tar xvzf plowshare-0.x 


3. Now let's set up Plowshare:

  cd plowshare-0.x 
  sudo bash setup.sh install 

Commands Plowshare

Downloading a file from rapidshare:
plowdown http://www.rapidshare.com/files/86545320/Tux-Trainer_25-01-2008.rar

Download u-na list of files (one per line):
plowdown file_with_links.txt

Downloading a file from megaupload free with membership ID:
plowdown-to myuser: mypassword http://www.megaupload.com/?d=132348234

Download a password-protected file from megaupload:
plowdown-p somepassword http://www.megaupload.com/?d=ieo1g52v

Get only the URL file without downloading Actually it. Very handy if you want to use Another Website downloader:
plowdown-link-only http://www.2shared.com/file/4446939/c9fd70d6/Test.html | xargs wget-rt

For advanced users: If you find a page with several links to files hosted on megaupload you download it to see the first 10 links, you must use the following command:
curl http://some-website.com/page.html | \
grep-o "http://www.megaupload.com/ [^ \" <] * "| uniq | head-n10 | plowdown -

To filter links operating in a text file:
plowdown-c file_with_links.txt> file_with_active_links.txt

Upload a file on megaupload with a free membershipID:
plowup-to myuser: mypassword-d "My description" / path / myfile.txt megaupload

Upload a file on megaupload with premium multifetch ID and upload:
plowup-to myuser: mypassword-d "My description"-multifetch http://www.somewherefarbeyond.com/somefile megaupload

Upload a file on rapidshare anonomamente, changing the file name after upload:
plowup / path / myfile.txt rapidshare: anothername.txt

Published in: linux , rapidshare , shell
Powered by Cybertek - Remote Assistance