Skip to content

Instantly share code, notes, and snippets.

@callmeradical
callmeradical / fetchart.rb
Created June 1, 2011 06:48
search for and download album art from amazon by movesmyers
#!/usr/bin/ruby -w
# search amazon for album art.
# run this from the directory where the album resides.
require 'rubygems'
require 'hpricot'
require 'open-uri'
# ****************************************************************
# Additional functionality