summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/ShareonlineBiz.py
diff options
context:
space:
mode:
authorGravatar Jeix <devnull@localhost> 2010-09-08 17:17:45 +0200
committerGravatar Jeix <devnull@localhost> 2010-09-08 17:17:45 +0200
commitfa992a369dc83edc115b785f336784a8451033ec (patch)
tree3290d4ddc5d8ca978b89e11fa4cbb934f0cb9b0a /module/plugins/hoster/ShareonlineBiz.py
parentcorrected ssl instructions (diff)
downloadpyload-fa992a369dc83edc115b785f336784a8451033ec.tar.xz
depositfiles premium fix and freakshare fix
Diffstat (limited to 'module/plugins/hoster/ShareonlineBiz.py')
-rw-r--r--module/plugins/hoster/ShareonlineBiz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/ShareonlineBiz.py b/module/plugins/hoster/ShareonlineBiz.py
index 5b1d12f66..926e63a38 100644
--- a/module/plugins/hoster/ShareonlineBiz.py
+++ b/module/plugins/hoster/ShareonlineBiz.py
@@ -80,7 +80,7 @@ class ShareonlineBiz(Hoster):
html = self.load("%s/free/" % self.pyfile.url, post={"dl_free":"1"}, cookies=True)
if re.search(r"/failure/full/1", self.req.lastEffectiveURL):
self.setWait(120)
- self.log.debug("%s: no free slots, waiting 120 seconds" % (self.__name__))
+ self.log.info("%s: no free slots, waiting 120 seconds" % (self.__name__))
self.wait()
self.retry()
captcha = self.decryptCaptcha("http://www.share-online.biz/captcha.php", get={"rand":"0.%s" % random.randint(10**15,10**16)}, cookies=True)