summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/LuckyShareNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/LuckyShareNet.py')
-rw-r--r--pyload/plugin/hoster/LuckyShareNet.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/plugin/hoster/LuckyShareNet.py b/pyload/plugin/hoster/LuckyShareNet.py
index d9cc5fe88..a0385f620 100644
--- a/pyload/plugin/hoster/LuckyShareNet.py
+++ b/pyload/plugin/hoster/LuckyShareNet.py
@@ -14,6 +14,7 @@ class LuckyShareNet(SimpleHoster):
__version__ = "0.06"
__pattern__ = r'https?://(?:www\.)?luckyshare\.net/(?P<ID>\d{10,})'
+ __config__ = [("use_premium", "bool", "Use premium account if available", True)]
__description__ = """LuckyShare.net hoster plugin"""
__license__ = "GPLv3"