diff options
| author | 2014-10-28 16:04:10 +0100 | |
|---|---|---|
| committer | 2014-10-28 16:04:10 +0100 | |
| commit | 8b3589dd394d81177bf4680dddb5bdb9506b89ea (patch) | |
| tree | f9e4b92955fe2577ef25e7bf07911bda3b5d7590 /module/plugins/hoster/DepositfilesCom.py | |
| parent | [SimpleHoster] Improve wait method (diff) | |
| download | pyload-8b3589dd394d81177bf4680dddb5bdb9506b89ea.tar.xz | |
Update plugins to last changes
Diffstat (limited to 'module/plugins/hoster/DepositfilesCom.py')
| -rw-r--r-- | module/plugins/hoster/DepositfilesCom.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hoster/DepositfilesCom.py b/module/plugins/hoster/DepositfilesCom.py index de1cb7000..07b5736f6 100644 --- a/module/plugins/hoster/DepositfilesCom.py +++ b/module/plugins/hoster/DepositfilesCom.py @@ -42,8 +42,7 @@ class DepositfilesCom(SimpleHoster): if re.search(r'File is checked, please try again in a minute.', self.html) is not None: self.logInfo(_("The file is being checked. Waiting 1 minute")) - self.wait(61) - self.retry() + self.retry(wait_time=60) wait = re.search(r'html_download_api-limit_interval\">(\d+)</span>', self.html) if wait: |
