diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-05 12:19:40 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-05 12:19:40 +0200 |
commit | 161c25993fa0c34ad3a40416ca6b9580aef4b36d (patch) | |
tree | f8317c4993dcff21f1af92c0c009c1c7bad76db5 /pyload/plugins/hook/SimplyPremiumCom.py | |
parent | Remove old Ev0InFetcher hook (diff) | |
download | pyload-161c25993fa0c34ad3a40416ca6b9580aef4b36d.tar.xz |
Fix refs on hook plugins + add missing __init__ files
Diffstat (limited to 'pyload/plugins/hook/SimplyPremiumCom.py')
-rw-r--r-- | pyload/plugins/hook/SimplyPremiumCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hook/SimplyPremiumCom.py b/pyload/plugins/hook/SimplyPremiumCom.py index 3bed0cd2b..f0df36b22 100644 --- a/pyload/plugins/hook/SimplyPremiumCom.py +++ b/pyload/plugins/hook/SimplyPremiumCom.py @@ -7,7 +7,7 @@ from pyload.plugins.internal.MultiHoster import MultiHoster class SimplyPremiumCom(MultiHoster): __name__ = "SimplyPremiumCom" - __type__ = "addon" + __type__ = "hook" __version__ = "0.02" __config__ = [("activated", "bool", "Activated", "False"), @@ -16,7 +16,7 @@ class SimplyPremiumCom(MultiHoster): ("unloadFailing", "bool", "Revert to standard download if download fails", "False"), ("interval", "int", "Reload interval in hours (0 to disable)", "24")] - __description__ = """Simply-Premium.com addon plugin""" + __description__ = """Simply-Premium.com hook plugin""" __author_name__ = "EvolutionClip" __author_mail__ = "evolutionclip@live.de" |