diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-04-10 02:02:37 +0200 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-04-10 02:02:37 +0200 |
commit | d3f6b9936d45c5eb0308c0d2542dea6e3c001507 (patch) | |
tree | 77664a074f7f932930698595184d8b7962fe6db0 /module/plugins/hoster | |
parent | Merge pull request #1338 from valdi74/patch-2 (diff) | |
download | pyload-d3f6b9936d45c5eb0308c0d2542dea6e3c001507.tar.xz |
Update DepositfilesCom.py
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/DepositfilesCom.py | 2 |
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: |