summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/HostujeNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/HostujeNet.py')
-rw-r--r--module/plugins/hoster/HostujeNet.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/hoster/HostujeNet.py b/module/plugins/hoster/HostujeNet.py
index bdfaeeabc..81bcecc58 100644
--- a/module/plugins/hoster/HostujeNet.py
+++ b/module/plugins/hoster/HostujeNet.py
@@ -6,12 +6,13 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo
class HostujeNet(SimpleHoster):
- __name = "HostujeNet"
+ __name__ = "HostujeNet"
__type__ = "hoster"
__version__ = "0.02"
__status__ = "testing"
__pattern__ = r'http://(?:www\.)?hostuje\.net/\w+'
+ __config__ = [("activated", "bool", "Activated", True)]
__description__ = """Hostuje.net hoster plugin"""
__license__ = "GPLv3"