Criticker userscript support

This commit is contained in:
Ruud
2013-05-02 11:32:26 +02:00
parent bbcceb982a
commit 25b37ad915
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
from .main import Criticker
def start():
return Criticker()
config = []

View File

@@ -0,0 +1,6 @@
from couchpotato.core.providers.userscript.base import UserscriptBase
class Criticker(UserscriptBase):
includes = ['http://www.criticker.com/film/*']