summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/DlFreeFr.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/DlFreeFr.py')
-rw-r--r--module/plugins/hoster/DlFreeFr.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/hoster/DlFreeFr.py b/module/plugins/hoster/DlFreeFr.py
index f07d46768..14b74c779 100644
--- a/module/plugins/hoster/DlFreeFr.py
+++ b/module/plugins/hoster/DlFreeFr.py
@@ -103,11 +103,11 @@ class AdYouLike:
if not response:
self.plugin.fail("AdYouLike result failed")
- return {"_ayl_captcha_engine": self.engine,
- "_ayl_env": ayl['all']['env'],
- "_ayl_tid": challenge['tid'],
+ return {"_ayl_captcha_engine" : self.engine,
+ "_ayl_env" : ayl['all']['env'],
+ "_ayl_tid" : challenge['tid'],
"_ayl_token_challenge": challenge['token'],
- "_ayl_response": response}
+ "_ayl_response" : response}
class DlFreeFr(SimpleHoster):