summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/Keep2ShareCc.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/Keep2ShareCc.py')
-rw-r--r--pyload/plugin/hoster/Keep2ShareCc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/plugin/hoster/Keep2ShareCc.py b/pyload/plugin/hoster/Keep2ShareCc.py
index d655cf6ba..3c2b6c570 100644
--- a/pyload/plugin/hoster/Keep2ShareCc.py
+++ b/pyload/plugin/hoster/Keep2ShareCc.py
@@ -14,6 +14,7 @@ class Keep2ShareCc(SimpleHoster):
__version__ = "0.21"
__pattern__ = r'https?://(?:www\.)?(keep2share|k2s|keep2s)\.cc/file/(?P<ID>\w+)'
+ __config__ = [("use_premium", "bool", "Use premium account if available", True)]
__description__ = """Keep2Share.cc hoster plugin"""
__license__ = "GPLv3"