Browse Source

Userscript for RT not parsing URL correctly

pull/4342/head
Ruud 11 years ago
parent
commit
766f819c0b
  1. 2
      couchpotato/core/media/movie/providers/userscript/rottentomatoes.py

2
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

Loading…
Cancel
Save