Merge pull request #186 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

View File

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