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):