Files
CouchPotatoServer/couchpotato/core/providers/userscript/sharethe/main.py
T
2011-10-12 13:47:00 +02:00

7 lines
185 B
Python

from couchpotato.core.providers.userscript.base import UserscriptBase
class ShareThe(UserscriptBase):
includes = ['http://*.sharethe.tv/movies/*', 'http://sharethe.tv/movies/*']