ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Make Rapidshare Links Direct
    카테고리 없음 2020. 3. 2. 20:09
    1. Rapidshare Links
    2. Google Drive Direct Download Link 2019
    3. Rapidshare Links Search Engine

    The method below is broken since Rapidshare revamped their system and while I do have a fix for it i highly reccomend you forget about this and try Pyload. Installation method here.Maybe this has been posted before but i couldn't find it. It's a method of downloading multiple links from rapidshare on your nas. The aim is to provide a similar functionality to Qrapid with Download station but cross platform as Qrapid is windows only. I've no experience in programming or linux in general but i do use Ubuntu a lot and was fed up booting xp to leech.

    So after some internet searching and taking bits from scripts here or there i've come up with this method using wget. It has some limitations but it does work.HOW TONeeded:ssh connection to nasyour rapidshare premium account cookie (maybe?)direct downloads enabled in rapidshareMethodSome setting up first: Needs to be done once onlyOn your pc navigate to your Qdownload share and create a blank text file called rs.txt and create a shortcut to this file on your desktop. This is were we will put the links.Now locate your rapidshare cookie and copy it to your Qdownload folder.Then ssh into your nas and run the following commands.

    Make Rapidshare Links Direct

    Code: -2009-04-20 00:19:15- ssl.rapidshare.com. 195.122.131.11, 195.122.131.12, 195.122.131.13.Connecting to ssl.rapidshare.com 195.122.131.11 :443. Connected.WARNING: cannot verify ssl.rapidshare.com's certificate, issued by `/C=DE/O=WebSpace-Forum, Thomas Wendt/CN=WebSpace-Forum Server CA':Self-signed certificate encountered.HTTP request sent, awaiting response. 200 OKLength: 71238 (70K) text/htmlSaving to: `STDOUT'100% 71,238 209K/s in 0.3s2009-04-20 00:19:27 (209 KB/s) - `-' saved 8Now create your script. Code: chmod 555 /opt/bin/rapshExplanation-bc is the same as -b -c:-b runs the process in the background so you can log off the nas and the downloads will still run-c resumes interrupted downloads. To be honest i can't get this to work properly, see below.-a /shareMD0DATA/Qdownload/rapidshare creates or appends output to a file in Qdownload called rapidshare. As this adds to the file you might want to delete it now and then.

    You can change -a to -o to create a new log file everytime.-ignore-length instructs wget to ignore the file length headers on rs when downloading. This is optional: see below-directory-prefix= sets the download location-limit-rate=100k this limits the download rate of the task to 100kb/s. Edit to taste or leave out altogether-i /share/MD0DATA/Qdownloads/rs.txt:this looks in the file you created at the start for the links.Ok. Now you're ready to go. All the above only needs to be done once.To download get some rapidshare links and paste them into the rs.txt file and save it then run the script with. Code: sh /opt/bin/myscripts/rapshAnd you're off.

    You can check the progress of the downloads by opening the rapidshare file in Qdownload with a text editor. You can quit your pc and the downloads will continue on the nasLimitationsIf you reboot the nas while downloading you can resume the downloads by running the script again as long as the links you want to resume are still in the rs.txt file.

    This is a bit too manual. However adding this script at boot causes wget to re-download the same file infinitely while setting it up as a cron task causes wget to re-start downloading any files in rs.txt even if they are fully or partially downloaded or even if they are currently downloading!Any help on achieving more automation with this method would be appreciated.Anyway happy downloading, hopefully this is useful to someone and hopefully somebody can help me improve it. Code: What is this:Using wget to download RS Links (Premium account).

    Make Rapidshare Links Direct

    Based on howto by fistikuffsHow does it works?You place links to rs.txt file and run rs.cmd. This script creates a token (renames rs.stop to rs.go file).This token is checked every two minutes by crontab. Code: What is this:Using wget to download RS Links (Premium account). Based on howto by fistikuffsHow does it works?You place links to rs.txt file and run rs.cmd. This script creates a token (renames rs.stop to rs.go file).This token is checked every two minutes by crontab. Code: 2010-03-04 Fixed bug.Hi edasx, thanks for the contribution I'm going to give this a try later and I'll post back on how I get on.

    As you obviously know the original method has plenty of rough edges that need to be smoothed out so I really appreciate any suggestions/improvements. Thanks again!ps.

    Since i started using this method I've realised that wget is a much better alternative for all http downloads than the Qnap Download station. Then I finally got Transmission to work for torrents (which is awesome!) and I disabled the Download station and my life is much easier Sorry Qnap, I love my TS209 but the Download Station is half-baked at best.

Designed by Tistory.