summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/MyfastfileCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-08 20:25:22 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-08 20:25:22 +0200
commit332c248d0860c8c09d804055b6491dfbb654c8d3 (patch)
treed8b02ba404993ed70816e59cd8e130b8b36c8adf /module/plugins/hooks/MyfastfileCom.py
parentAdd __license__ key attribute to plugins (diff)
downloadpyload-332c248d0860c8c09d804055b6491dfbb654c8d3.tar.xz
Newline cosmetics
Diffstat (limited to 'module/plugins/hooks/MyfastfileCom.py')
-rw-r--r--module/plugins/hooks/MyfastfileCom.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/hooks/MyfastfileCom.py b/module/plugins/hooks/MyfastfileCom.py
index 80751c6b4..5c22f7910 100644
--- a/module/plugins/hooks/MyfastfileCom.py
+++ b/module/plugins/hooks/MyfastfileCom.py
@@ -9,11 +9,13 @@ class MyfastfileCom(MultiHoster):
__name__ = "MyfastfileCom"
__type__ = "hook"
__version__ = "0.02"
+
__config__ = [("activated", "bool", "Activated", False),
("hosterListMode", "all;listed;unlisted", "Use for hosters (if supported)", "all"),
("hosterList", "str", "Hoster list (comma separated)", ""),
("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"""
__license__ = "GPLv3"
__authors__ = [("stickell", "l.stickell@yahoo.it")]