From bd69cce998b00cabeb253f8eb02307aff9339385 Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Thu, 23 Aug 2012 20:45:43 +0200 Subject: update ryushare.com - thx trance4us --- module/plugins/internal/XFSPAccount.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'module/plugins/internal/XFSPAccount.py') diff --git a/module/plugins/internal/XFSPAccount.py b/module/plugins/internal/XFSPAccount.py index c41dbb3a9..ad25ad2c8 100644 --- a/module/plugins/internal/XFSPAccount.py +++ b/module/plugins/internal/XFSPAccount.py @@ -25,16 +25,16 @@ from module.utils import parseFileSize class XFSPAccount(Account): __name__ = "XFSPAccount" - __version__ = "0.04" + __version__ = "0.05" __type__ = "account" __description__ = """XFileSharingPro account base""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") MAIN_PAGE = None - - VALID_UNTIL_PATTERN = r'Premium account expire:([^<]+)' - TRAFFIC_LEFT_PATTERN = r'Traffic available today:(?P[^<]+)' + + VALID_UNTIL_PATTERN = r'>Premium account expire:([^<]+)' + TRAFFIC_LEFT_PATTERN = r'>Traffic available today:([^<]+)' def loadAccountInfo(self, user, req): html = req.load(self.MAIN_PAGE + "?op=my_account", decode = True) -- cgit v1.2.3