diff options
author | zoidberg10 <zoidberg@mujmail.cz> | 2012-08-25 00:39:45 +0200 |
---|---|---|
committer | zoidberg10 <zoidberg@mujmail.cz> | 2012-08-25 00:39:45 +0200 |
commit | 19988f788c357849ecdc1ed92121c9208f9bd172 (patch) | |
tree | 8448e24f7bee8d3baecb2e0ba64b68ef4f8b0c3e /module/plugins/accounts/ShareRapidCom.py | |
parent | udpdate zippyshare, linkdecrypter - closed #670 (diff) | |
download | pyload-19988f788c357849ecdc1ed92121c9208f9bd172.tar.xz |
update sharerapid.cz - possible workaround for #657
Diffstat (limited to 'module/plugins/accounts/ShareRapidCom.py')
-rw-r--r-- | module/plugins/accounts/ShareRapidCom.py | 7 |
1 files changed, 4 insertions, 3 deletions
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 |