7 lines
185 B
Python
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/*']
|