From 19988f788c357849ecdc1ed92121c9208f9bd172 Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Sat, 25 Aug 2012 00:39:45 +0200 Subject: update sharerapid.cz - possible workaround for #657 --- module/plugins/accounts/ShareRapidCom.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'module/plugins/accounts') diff --git a/module/plugins/accounts/ShareRapidCom.py b/module/plugins/accounts/ShareRapidCom.py index 178fe236e..aad229475 100644 --- a/module/plugins/accounts/ShareRapidCom.py +++ b/module/plugins/accounts/ShareRapidCom.py @@ -5,7 +5,7 @@ from module.plugins.Account import Account class ShareRapidCom(Account): __name__ = "ShareRapidCom" - __version__ = "0.3" + __version__ = "0.31" __type__ = "account" __description__ = """ShareRapid account plugin""" __author_name__ = ("MikyWoW") @@ -29,5 +29,6 @@ class ShareRapidCom(Account): htm = req.load("http://share-rapid.com/prihlaseni/", post={"hash": hashes,"login": user, "pass1": data["password"],"remember": 0, "sbmt": "P%C5%99ihl%C3%A1sit"}, cookies=True) - if "Heslo:" in htm: - self.wrongPassword() \ No newline at end of file + + #if "Heslo:" in htm: + # self.wrongPassword() \ No newline at end of file -- cgit v1.2.3