A command line script for downloading music album covers from Amazon.com.
To use it, make a plain text file that has an album name on each line of the
file. In unix, I would do something like "ls > albumlist.txt" in a directory with
album names. So I might end up with an file like so:
the_strokes-is_this_it
the_reputation-the_reputation
the_pixies-the_purple_tape
the_polyphonic_spree-together_were_heavy
the_postal_service-give_up
the_reputation-to_force_a_fate
the_weakerthans-left_and_leaving
the_wrens-abbott_1135
Then run the script like so:
python AlbumCovers.py albumlist.txt
Additional usage information is available if you run it without any
parameters.