Tuesday, April 17, 2012

Using Ruby to Download Files in Parallel

I've been taking a few of the online classes offered by Stanford, and I wanted to write down for posterity (read: me) the way I grab the files I need from the course download page(s).

gem install hpricot
gem install parallel