diff options
author | Stefano <l.stickell@yahoo.it> | 2013-08-23 11:53:53 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-08-23 11:53:53 +0200 |
commit | 4bf9040a446e578bbc240ea1ec91551509d32f8e (patch) | |
tree | c0b80c9a0af18530560b69c5d29b1002eec35b3b /pyload/plugins/accounts/MultishareCz.py | |
parent | Moved new plugin to pyload addons (diff) | |
download | pyload-4bf9040a446e578bbc240ea1ec91551509d32f8e.tar.xz |
Moving settings from the account to the hoster plugin
Diffstat (limited to 'pyload/plugins/accounts/MultishareCz.py')
-rw-r--r-- | pyload/plugins/accounts/MultishareCz.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyload/plugins/accounts/MultishareCz.py b/pyload/plugins/accounts/MultishareCz.py index a3e69dce0..a50ced431 100644 --- a/pyload/plugins/accounts/MultishareCz.py +++ b/pyload/plugins/accounts/MultishareCz.py @@ -28,9 +28,6 @@ class MultishareCz(MultiHoster): __name__ = "MultishareCz" __version__ = "0.02" __type__ = "account" - __config__ = [("activated", "bool", "Activated", "False"), - ("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported)", "all"), - ("hosterList", "str", "Hoster list (comma separated)", "uloz.to")] __description__ = """multishare.cz account plugin""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") |