From 766f819c0b1869daada1e788c5834ea6998eb518 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 14 Dec 2014 12:06:03 +0100 Subject: [PATCH] Userscript for RT not parsing URL correctly --- .../core/media/movie/providers/userscript/rottentomatoes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/media/movie/providers/userscript/rottentomatoes.py b/couchpotato/core/media/movie/providers/userscript/rottentomatoes.py index 902192e2..a61c3131 100644 --- a/couchpotato/core/media/movie/providers/userscript/rottentomatoes.py +++ b/couchpotato/core/media/movie/providers/userscript/rottentomatoes.py @@ -12,7 +12,7 @@ autoload = 'RottenTomatoes' class RottenTomatoes(UserscriptBase): - includes = ['*://www.rottentomatoes.com/m/*/'] + includes = ['*://www.rottentomatoes.com/m/*'] excludes = ['*://www.rottentomatoes.com/m/*/*/'] version = 2