From 68df7d5506ca59759631c543f1a954e435746f93 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 19 Feb 2015 22:46:05 +0100 Subject: [PATCH] Updated the base_url for all images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit http://imgobject.com was decommissioned in late 2012. Since the last weekend the domain is down. So the URLs won´t work anymore. For more information check out my conversation with @themoviedb on Twitter: https://twitter.com/themoviedb/status/568519156502368258 --- lib/ruby-tmdb3/tmdb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ruby-tmdb3/tmdb.rb b/lib/ruby-tmdb3/tmdb.rb index 28d5e15..c58c720 100644 --- a/lib/ruby-tmdb3/tmdb.rb +++ b/lib/ruby-tmdb3/tmdb.rb @@ -14,7 +14,7 @@ class Tmdb # TODO: Should be refreshed and cached from API CONFIGURATION = DeepOpenStruct.load({ "images" => { - "base_url" => "http://cf2.imgobject.com/t/p/", + "base_url" => "http://image.tmdb.org/t/p/", "posters_sizes" => ["w92", "w154", "w185", "w342", "w500", "original"], "backdrops_sizes" => ["w300", "w780", "w1280", "original"], "profiles_sizes" => ["w45", "w185", "h632", "original"],