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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hook/MyfastfileCom.py b/pyload/plugins/hook/MyfastfileCom.py
index affaa2261..07988d2b9 100644
--- a/pyload/plugins/hook/MyfastfileCom.py
+++ b/pyload/plugins/hook/MyfastfileCom.py
@@ -23,7 +23,7 @@ class MyfastfileCom(MultiHoster):
def getHoster(self):
- json_data = getURL('http://myfastfile.com/api.php?hosts', decode=True)
+ json_data = getURL("http://myfastfile.com/api.php", get={'hosts': ""}, decode=True)
self.logDebug("JSON data", json_data)
json_data = json_loads(json_data)