summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-10 02:59:33 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-10 02:59:33 +0200
commitb302d3ebbf102c9fd96039cf5b1c04f729735db4 (patch)
tree77664a074f7f932930698595184d8b7962fe6db0
parentMerge pull request #1338 from valdi74/patch-2 (diff)
parentUpdate DepositfilesCom.py (diff)
downloadpyload-b302d3ebbf102c9fd96039cf5b1c04f729735db4.tar.xz
Merge pull request #1340 from GammaC0de/stable
Update DepositfilesCom.py
-rw-r--r--module/plugins/hoster/DepositfilesCom.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/hoster/DepositfilesCom.py b/module/plugins/hoster/DepositfilesCom.py
index 95fd7c1b1..48b325b48 100644
--- a/module/plugins/hoster/DepositfilesCom.py
+++ b/module/plugins/hoster/DepositfilesCom.py
@@ -52,7 +52,9 @@ class DepositfilesCom(SimpleHoster):
params = {'fid': m.group(1)}
self.logDebug("FID: %s" % params['fid'])
+ self.setWait(60)
self.wait()
+
recaptcha = ReCaptcha(self)
captcha_key = recaptcha.detect_key()
if captcha_key is None: