Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
require 'rubygems' require 'hpricot' require 'open-uri' base_url = 'http://www.tulhuur.com/DATA/E-Book/Mongoliin_Nuuts_Tovchoo' Hpricot(open("#{base_url}/config.xml")).search("item").each do |item| mp3path = item.inner_html.split(';').first puts `wget "#{base_url}/#{mp3path}"` end
This paste will be private.
From the Design Piracy series on my blog: