summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/RehostToHook.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/RehostToHook.py')
-rw-r--r--module/plugins/hooks/RehostToHook.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/RehostToHook.py b/module/plugins/hooks/RehostToHook.py
index 7c51823ca..016377e15 100644
--- a/module/plugins/hooks/RehostToHook.py
+++ b/module/plugins/hooks/RehostToHook.py
@@ -6,7 +6,7 @@ from module.plugins.internal.MultiHook import MultiHook
class RehostToHook(MultiHook):
__name__ = "RehostToHook"
__type__ = "hook"
- __version__ = "0.50"
+ __version__ = "0.51"
__config__ = [("pluginmode" , "all;listed;unlisted", "Use for plugins" , "all"),
("pluginlist" , "str" , "Plugin list (comma separated)", "" ),
@@ -18,7 +18,7 @@ class RehostToHook(MultiHook):
__authors__ = [("RaNaN", "RaNaN@pyload.org")]
- def getHosters(self):
+ def get_hosters(self):
user, data = self.account.selectAccount()
html = self.load("http://rehost.to/api.php",
get={'cmd' : "get_supported_och_dl",