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/hoster/Premium4Me.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/hoster/Premium4Me.py')
-rw-r--r-- | pyload/plugins/hoster/Premium4Me.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/Premium4Me.py b/pyload/plugins/hoster/Premium4Me.py index 0bdb22bd7..d5dd30e2a 100644 --- a/pyload/plugins/hoster/Premium4Me.py +++ b/pyload/plugins/hoster/Premium4Me.py @@ -12,7 +12,9 @@ class Premium4Me(Hoster): __name__ = "Premium4Me" __version__ = "0.08" __type__ = "hoster" - + __config__ = [("activated", "bool", "Activated", "False"), + ("hosterListMode", "all;listed;unlisted", "Use for downloads from supported hosters:", "all"), + ("hosterList", "str", "Hoster list (comma separated)", "")] __pattern__ = r"http://premium.to/.*" __description__ = """Premium.to hoster plugin""" __author_name__ = ("RaNaN", "zoidberg", "stickell") |