7 lines
187 B
Python
7 lines
187 B
Python
from couchpotato.core.providers.userscript.base import UserscriptBase
|
|
|
|
|
|
class MovieMeter(UserscriptBase):
|
|
|
|
includes = ['http://*.moviemeter.nl/film/*', 'http://moviemeter.nl/film/*']
|