summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-04-10 02:02:37 +0200
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-04-10 02:02:37 +0200
commitd3f6b9936d45c5eb0308c0d2542dea6e3c001507 (patch)
tree77664a074f7f932930698595184d8b7962fe6db0 /module/plugins/hoster
parentMerge pull request #1338 from valdi74/patch-2 (diff)
downloadpyload-d3f6b9936d45c5eb0308c0d2542dea6e3c001507.tar.xz
Update DepositfilesCom.py
Diffstat (limited to 'module/plugins/hoster')
-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: