summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/MegasharesCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2013-10-16 15:27:36 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2013-10-16 15:27:36 +0200
commitec79ab7187eda441f3c3194b836967049ca23cc9 (patch)
tree064d4f6085cd1050181120ffeeff381082ca3c81 /module/plugins/hoster/MegasharesCom.py
parentMerge pull request #328 from vuolter/s/dead_crypters (diff)
downloadpyload-ec79ab7187eda441f3c3194b836967049ca23cc9.tar.xz
Hosters: replaced line continuation with brackets
Diffstat (limited to 'module/plugins/hoster/MegasharesCom.py')
-rw-r--r--module/plugins/hoster/MegasharesCom.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hoster/MegasharesCom.py b/module/plugins/hoster/MegasharesCom.py
index 4e43d4a00..134c44334 100644
--- a/module/plugins/hoster/MegasharesCom.py
+++ b/module/plugins/hoster/MegasharesCom.py
@@ -70,9 +70,9 @@ class MegasharesCom(SimpleHoster):
"http://d01.megashares.com/index.php?secgfx=gfx&random_num=%s" % random_num)
self.logInfo("Reactivating passport %s: %s %s" % (passport_num, random_num, verifyinput))
- url = "http://d01.megashares.com%s&rs=check_passport_renewal" % request_uri + \
- "&rsargs[]=%s&rsargs[]=%s&rsargs[]=%s" % (verifyinput, random_num, passport_num) + \
- "&rsargs[]=replace_sec_pprenewal&rsrnd=%s" % str(int(time() * 1000))
+ url = ("http://d01.megashares.com%s&rs=check_passport_renewal" % request_uri +
+ "&rsargs[]=%s&rsargs[]=%s&rsargs[]=%s" % (verifyinput, random_num, passport_num) +
+ "&rsargs[]=replace_sec_pprenewal&rsrnd=%s" % str(int(time() * 1000))
self.logDebug(url)
response = self.load(url)