summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/MultishareCz.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-08-23 11:53:53 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-08-23 11:53:53 +0200
commit4bf9040a446e578bbc240ea1ec91551509d32f8e (patch)
treec0b80c9a0af18530560b69c5d29b1002eec35b3b /pyload/plugins/hoster/MultishareCz.py
parentMoved new plugin to pyload addons (diff)
downloadpyload-4bf9040a446e578bbc240ea1ec91551509d32f8e.tar.xz
Moving settings from the account to the hoster plugin
Diffstat (limited to 'pyload/plugins/hoster/MultishareCz.py')
-rw-r--r--pyload/plugins/hoster/MultishareCz.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyload/plugins/hoster/MultishareCz.py b/pyload/plugins/hoster/MultishareCz.py
index a4fe19712..38acc9842 100644
--- a/pyload/plugins/hoster/MultishareCz.py
+++ b/pyload/plugins/hoster/MultishareCz.py
@@ -24,6 +24,9 @@ from pyload.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo
class MultishareCz(SimpleHoster):
__name__ = "MultishareCz"
__type__ = "hoster"
+ __config__ = [("activated", "bool", "Activated", "False"),
+ ("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported)", "all"),
+ ("hosterList", "str", "Hoster list (comma separated)", "uloz.to")]
__pattern__ = r"http://(?:\w*\.)?multishare.cz/stahnout/(?P<ID>\d+).*"
__version__ = "0.41"
__description__ = """MultiShare.cz"""