Posts Tagged ‘ rapidshare ’
This is script which I wrote for testing if file exist on rapidshare hosting service, it use Rapidshare API require 'net/http' require 'uri' require 'optparse' class FalseException < Exception end def check(file, quiet=nil) file.each_line {|url| begin url = url.stript #skip blank lines, comments and invalid urls if url =~ /^\s*$/ or url =~ /^\s*#/ or [ READ MORE ]
I’ve create my first github project Downloader. It’s a Ruby script for download files from file hosting services. You can download files from 4shared, rapidshare, przeklej, filesonic and wrzuta. You can download it from github or from here. You can use it: download.rb <url> or download.rb -f <file with urls> If you download files from [ READ MORE ]
Here are function writen in Python for downloading files from Rapidshare. Unfortunetly you must wait couple of seconds, you can’t skip this because it seems that counting is on server side too. from urllib2 import urlopen, Request from urllib import urlencode import os import re import time import base64 class DownloadLimitException(Exception): def __init__(self, *arg): Exception.__init__(self, [ READ MORE ]
Get every new post delivered to your Inbox.
Join 69 other followers