summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/MegaRapidoNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/accounts/MegaRapidoNet.py')
-rw-r--r--module/plugins/accounts/MegaRapidoNet.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/plugins/accounts/MegaRapidoNet.py b/module/plugins/accounts/MegaRapidoNet.py
index ddb7e090a..aa92f957a 100644
--- a/module/plugins/accounts/MegaRapidoNet.py
+++ b/module/plugins/accounts/MegaRapidoNet.py
@@ -42,7 +42,9 @@ class MegaRapidoNet(Account):
def login(self, user, data, req):
self.load("http://megarapido.net/login", req=req)
self.load("http://megarapido.net/painel_user/ajax/logar.php",
- post={'login': user, 'senha': data['password']}, req=req)
+ post={'login': user,
+ 'senha': data['password']},
+ req=req)
html = self.load("http://megarapido.net/gerador", req=req)