From aa0f7bfb36cf3aecda71a5487afe996e0ee912d1 Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 6 Mar 2012 08:02:25 +0100 Subject: [PATCH] Don't return rotten tomatoes results with imdbapi for now --- couchpotato/core/providers/movie/imdbapi/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/movie/imdbapi/main.py b/couchpotato/core/providers/movie/imdbapi/main.py index f238e7c4..ea41f548 100644 --- a/couchpotato/core/providers/movie/imdbapi/main.py +++ b/couchpotato/core/providers/movie/imdbapi/main.py @@ -14,7 +14,7 @@ class IMDBAPI(MovieProvider): urls = { 'search': 'http://www.imdbapi.com/?%s', - 'info': 'http://www.imdbapi.com/?i=%s&tomatoes=true', + 'info': 'http://www.imdbapi.com/?i=%s', } http_time_between_calls = 0