diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-05 12:44:38 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-05 12:44:38 +0200 |
commit | afd9c0f41e6063f2ed0a64d315e3234e7e57ac3e (patch) | |
tree | 34d2212c5cb72a7e013ff91bdde0c23663940c81 /module/plugins | |
parent | internal core feature (diff) | |
download | pyload-afd9c0f41e6063f2ed0a64d315e3234e7e57ac3e.tar.xz |
new .pot files, internal fix
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/hoster/NetloadIn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/NetloadIn.py b/module/plugins/hoster/NetloadIn.py index 0a8bbd9af..a8f96aaa3 100644 --- a/module/plugins/hoster/NetloadIn.py +++ b/module/plugins/hoster/NetloadIn.py @@ -179,7 +179,7 @@ class NetloadIn(Hoster): file_id = re.search('<input name="file_id" type="hidden" value="(.*)" />', page).group(1) if not captchawaited: wait = self.get_wait_time(page) - if i == 1: wait = 1 + if i == 0: wait = 1 # wait only 1 sec contrary to time on website self.log.info(_("Netload: waiting for captcha %d s." % wait)) self.setWait(wait) self.wait() |