summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/MegauploadCom.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-03-30 21:33:17 +0200
committerGravatar spoob <spoob@gmx.de> 2010-03-30 21:33:17 +0200
commita0e87b841327426aba3d511f17a28d83aa177d7e (patch)
tree12de6bd23eae194d729562a2bb506f870f8a3fda /module/plugins/hoster/MegauploadCom.py
parentclosed #69 (diff)
downloadpyload-a0e87b841327426aba3d511f17a28d83aa177d7e.tar.xz
freespace for windows
Diffstat (limited to 'module/plugins/hoster/MegauploadCom.py')
-rw-r--r--module/plugins/hoster/MegauploadCom.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/MegauploadCom.py b/module/plugins/hoster/MegauploadCom.py
index 3eb21a591..c282aa735 100644
--- a/module/plugins/hoster/MegauploadCom.py
+++ b/module/plugins/hoster/MegauploadCom.py
@@ -44,6 +44,7 @@ class MegauploadCom(Plugin):
megavar = re.search('name="megavar" value="(.*)">', self.html[0]).group(1)
self.html[1] = self.req.load(url, post={"captcha": captcha, "captchacode": captchacode, "megavar": megavar}, cookies=True)
if re.search(r"Waiting time before each download begins", self.html[1]) != None:
+ print "got it"
break
self.time_plus_wait = time() + 45