Merge pull request from tms/oneboxes-shouldnt-explode

Oneboxes shouldn't explode when the remote causes an HTTPError
This commit is contained in:
Sam 2013-02-17 13:52:40 -08:00
commit bc1f8244e4

@ -50,6 +50,8 @@ module Oneboxer
end
end
nil
rescue OpenURI::HTTPError
nil
end