summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hook/MyfastfileCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hook/MyfastfileCom.py')
-rw-r--r--pyload/plugins/hook/MyfastfileCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hook/MyfastfileCom.py b/pyload/plugins/hook/MyfastfileCom.py
index 40f5fb680..216dcaf5d 100644
--- a/pyload/plugins/hook/MyfastfileCom.py
+++ b/pyload/plugins/hook/MyfastfileCom.py
@@ -7,7 +7,7 @@ from pyload.utils import json_loads
class MyfastfileCom(MultiHoster):
__name__ = "MyfastfileCom"
- __type__ = "addon"
+ __type__ = "hook"
__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 addon plugin"""
+ __description__ = """Myfastfile.com hook plugin"""
__author_name__ = "stickell"
__author_mail__ = "l.stickell@yahoo.it"