summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hook/FreeWayMe.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hook/FreeWayMe.py')
-rw-r--r--pyload/plugins/hook/FreeWayMe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hook/FreeWayMe.py b/pyload/plugins/hook/FreeWayMe.py
index b9955c90a..5d955e156 100644
--- a/pyload/plugins/hook/FreeWayMe.py
+++ b/pyload/plugins/hook/FreeWayMe.py
@@ -20,6 +20,6 @@ class FreeWayMe(MultiHoster):
def getHoster(self):
- hostis = getURL("https://www.free-way.me/ajax/jd.php", get={"id": 3}).replace("\"", "").strip()
+ hostis = getURL("https://www.free-way.me/ajax/jd.php", get={'id': 3}).replace("\"", "").strip()
self.logDebug("Hosters", hostis)
return [x.strip() for x in hostis.split(",") if x.strip()]