7 lines
152 B
Python
7 lines
152 B
Python
from couchpotato.core.providers.userscript.base import UserscriptBase
|
|
|
|
|
|
class WHiWA(UserscriptBase):
|
|
|
|
includes = ['http://whiwa.net/stats/movie/*']
|