coleifer / micawber

a small library for extracting rich content from urls
http://micawber.readthedocs.org/
MIT License
635 stars 91 forks source link

Don't crash if title not provided #26

Closed sionide21 closed 10 years ago

sionide21 commented 10 years ago

Some providers don't seem to send back a title and that causes a KeyError.

We ran into this while using photobucket

coleifer commented 10 years ago

I think handle_response is the way to go. Updated the failing tests as well. 36925569819610908a8491b14a60eb36b43d2b3c

Thanks for reporting this!