diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-13 08:45:01 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-13 08:45:01 +0200 |
commit | 04a030f6c5e6703b58825d04071ea7728b485493 (patch) | |
tree | d562aa2d342b76ac65c4260e7814dd3118fb9e09 /pyload/plugin/hook/MultihostersCom.py | |
parent | Default theme is Next (diff) | |
download | pyload-04a030f6c5e6703b58825d04071ea7728b485493.tar.xz |
Prepare hook plugins to merging from stable
Diffstat (limited to 'pyload/plugin/hook/MultihostersCom.py')
-rw-r--r-- | pyload/plugin/hook/MultihostersCom.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/pyload/plugin/hook/MultihostersCom.py b/pyload/plugin/hook/MultihostersCom.py deleted file mode 100644 index 7b92089a1..000000000 --- a/pyload/plugin/hook/MultihostersCom.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- coding: utf-8 -*- - -from pyload.plugin.hook.ZeveraCom import ZeveraCom - - -class MultihostersCom(ZeveraCom): - __name__ = "MultihostersCom" - __type__ = "hook" - __version__ = "0.02" - - __config__ = [("mode" , "all;listed;unlisted", "Use for plugins (if supported)" , "all"), - ("pluginlist" , "str" , "Plugin list (comma separated)" , "" ), - ("revertfailed", "bool" , "Revert to standard download if download fails", False), - ("interval" , "int" , "Reload interval in hours (0 to disable)" , 12 )] - - __description__ = """Multihosters.com hook plugin""" - __license__ = "GPLv3" - __authors__ = [("tjeh", "tjeh@gmx.net")] |