summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/AdYouLike.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/internal/AdYouLike.py')
-rw-r--r--module/plugins/internal/AdYouLike.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/AdYouLike.py b/module/plugins/internal/AdYouLike.py
index a9c194dda..b7324ef8e 100644
--- a/module/plugins/internal/AdYouLike.py
+++ b/module/plugins/internal/AdYouLike.py
@@ -41,7 +41,7 @@ class AdYouLike(Captcha):
# "all":{"element_id":"ayl_private_cap_92300","lang":"fr","env":"prod"}}
ayl = json_loads(ayl)
- html = self.plugin.req.load("http://api-ayl.appspot.com/challenge",
+ html = self.plugin.load("http://api-ayl.appspot.com/challenge",
get={'key' : ayl['adyoulike']['key'],
'env' : ayl['all']['env'],
'callback': callback})