# Class that can download files from cyberlockers or generic URLs
# it will try and auto detect the size and filename if not supplied
# Download.new("http://download.thinkbroadband.com/10MB.zip", :location => '/location/tosave/file/')
...
Ruby Help refactor my download c...
by https://www.google.com/accounts/o8/id?id=AItOawm4QVR_uqye7ryPjr6YQiNLG2kCMTGJqoE,
April 22, 2011 13:07,
3 refactorings, tagged with download, ruby, classes
require 'net/http' require 'rexml/document' require 'download.rb' ...
Ruby help with processing nzb/xm...
by bain19.myopenid.com,
January 09, 2010 23:51,
4 refactorings, tagged with download, ruby, xml, parse, nzb, usenet, slow
I was bored during ruby cla...
This is my download class, ...