Posts Tagged ‘ rapishare ’
This is a script in Ruby, that I wrote, which use filestube.com to search files on rapidshare (It don’t use filestube API — it just fetch and parse html). #!/usr/bin/ruby require 'net/http' require 'uri' require 'optparse' require 'rexml/document' def get(url, data=nil) url = URI.parse(url) http = Net::HTTP.new(url.host) if data data = data.map{|k,v| "#{k}=#{url_escape(v)}"}.reduce {|a,b| "#{a}&#{b}" [ READ MORE ]
Get every new post delivered to your Inbox.
Join 69 other followers