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