From b6a56f0f36c7b4d6a1582a072430b35848315fee Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Mon, 13 Aug 2012 20:53:46 +0200 Subject: update multishare account, xfilesharingpro --- module/plugins/accounts/MultishareCz.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/accounts/MultishareCz.py') diff --git a/module/plugins/accounts/MultishareCz.py b/module/plugins/accounts/MultishareCz.py index cc3e430af..39439cbbe 100644 --- a/module/plugins/accounts/MultishareCz.py +++ b/module/plugins/accounts/MultishareCz.py @@ -25,7 +25,7 @@ from module.utils import parseFileSize class MultishareCz(Account): __name__ = "MultishareCz" - __version__ = "0.01" + __version__ = "0.02" __type__ = "account" __description__ = """multishare.cz account plugin""" __author_name__ = ("zoidberg") @@ -54,5 +54,5 @@ class MultishareCz(Account): "jmeno": user }, decode = True) - if not u'MultiShare.cz :: Profil uživatele' in html: + if '
' in html: self.wrongPassword() \ No newline at end of file -- cgit v1.2.3