From 4726a4684bb218dfd80d287287675289f66d5c19 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 7 Apr 2012 13:41:29 +0200 Subject: [PATCH] Invalid rottentamoties url --- couchpotato/core/providers/userscript/rottentomatoes/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/userscript/rottentomatoes/main.py b/couchpotato/core/providers/userscript/rottentomatoes/main.py index bbce0d84..1d685903 100644 --- a/couchpotato/core/providers/userscript/rottentomatoes/main.py +++ b/couchpotato/core/providers/userscript/rottentomatoes/main.py @@ -4,7 +4,7 @@ from couchpotato.core.providers.userscript.base import UserscriptBase class RottenTomatoes(UserscriptBase): - includes = ['http*://www.rottentomatoes.com/m/*'] + includes = ['*://www.rottentomatoes.com/m/*'] def getMovie(self, url):