diff options
author | 2014-10-03 21:20:20 +0200 | |
---|---|---|
committer | 2014-10-03 21:20:20 +0200 | |
commit | f6e5359110f4bd5facc04a98f94acbc41b6e5228 (patch) | |
tree | 1f625724951c1b3a848f96c65708f437807f7190 /pyload/plugins/addon/EasybytezCom.py | |
parent | [UpdateManager] Support new plugins structure (diff) | |
download | pyload-f6e5359110f4bd5facc04a98f94acbc41b6e5228.tar.xz |
Update pyload to the new plugins structure
Diffstat (limited to 'pyload/plugins/addon/EasybytezCom.py')
-rw-r--r-- | pyload/plugins/addon/EasybytezCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/addon/EasybytezCom.py b/pyload/plugins/addon/EasybytezCom.py index 9d1cdc0db..a04111f78 100644 --- a/pyload/plugins/addon/EasybytezCom.py +++ b/pyload/plugins/addon/EasybytezCom.py @@ -7,14 +7,14 @@ from pyload.plugins.internal.MultiHoster import MultiHoster class EasybytezCom(MultiHoster): __name__ = "EasybytezCom" - __type__ = "hook" + __type__ = "addon" __version__ = "0.03" __config__ = [("activated", "bool", "Activated", False), ("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported)", "all"), ("hosterList", "str", "Hoster list (comma separated)", "")] - __description__ = """EasyBytez.com hook plugin""" + __description__ = """EasyBytez.com addon plugin""" __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" |