Ability to set log level, lots of debugging messages
Turn on debug logging during tests, simplified test cases for HTML ripper
Fix fusktator ripper, added test
Fixed gifyo, added test
Added tests for *all* rippers
Adding a few album-guessing URLs
Also, added some functions to AbstractHTMLRipper that should allow
description ripping to be added to other rippers as well.
hasDescriptionSupport() is a function that will be overridden by a
ripper that supports descriptions, and will trigger the description
ripper. getDescription will grab the description from a page, and must
be overridden if you want to grab a description with a ripper.