Exclude rottentomatoes movie subpage in userscript

This commit is contained in:
Ruud
2012-07-16 01:32:58 +02:00
parent 4284bc20c3
commit 125948cb94
@@ -4,7 +4,10 @@ from couchpotato.core.providers.userscript.base import UserscriptBase
class RottenTomatoes(UserscriptBase):
includes = ['*://www.rottentomatoes.com/m/*']
includes = ['*://www.rottentomatoes.com/m/*/']
excludes = ['*://www.rottentomatoes.com/m/*/*/']
version = 2
def getMovie(self, url):