diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-03 21:20:20 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-03 21:20:20 +0200 |
commit | f6e5359110f4bd5facc04a98f94acbc41b6e5228 (patch) | |
tree | 1f625724951c1b3a848f96c65708f437807f7190 /pyload/plugins/addon/MyfastfileCom.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/MyfastfileCom.py')
-rw-r--r-- | pyload/plugins/addon/MyfastfileCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/addon/MyfastfileCom.py b/pyload/plugins/addon/MyfastfileCom.py index 216dcaf5d..40f5fb680 100644 --- a/pyload/plugins/addon/MyfastfileCom.py +++ b/pyload/plugins/addon/MyfastfileCom.py @@ -7,7 +7,7 @@ from pyload.utils import json_loads class MyfastfileCom(MultiHoster): __name__ = "MyfastfileCom" - __type__ = "hook" + __type__ = "addon" __version__ = "0.02" __config__ = [("activated", "bool", "Activated", False), @@ -16,7 +16,7 @@ class MyfastfileCom(MultiHoster): ("unloadFailing", "bool", "Revert to standard download if download fails", False), ("interval", "int", "Reload interval in hours (0 to disable)", 24)] - __description__ = """Myfastfile.com hook plugin""" + __description__ = """Myfastfile.com addon plugin""" __author_name__ = "stickell" __author_mail__ = "l.stickell@yahoo.it" |