From 0d1797339a94df75c1df5ad60680e32be5e08ac8 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 11:46:14 +0200 Subject: XFileSharingPro: FILE_SIZE_PATTERN updated Merges vuolter/pyload@791ea1f (cherry picked from commit 7d33159339bc3fa8ea45acd112510fc617f211c5) --- pyload/plugins/hoster/XFileSharingPro.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyload/plugins/hoster/XFileSharingPro.py b/pyload/plugins/hoster/XFileSharingPro.py index ab3dde18d..321c06bb7 100644 --- a/pyload/plugins/hoster/XFileSharingPro.py +++ b/pyload/plugins/hoster/XFileSharingPro.py @@ -36,13 +36,13 @@ class XFileSharingPro(SimpleHoster): __name__ = "XFileSharingPro" __type__ = "hoster" __pattern__ = r"^unmatchable$" - __version__ = "0.28" + __version__ = "0.29" __description__ = """XFileSharingPro common hoster base""" __author_name__ = ("zoidberg", "stickell") __author_mail__ = ("zoidberg@mujmail.cz", "l.stickell@yahoo.it") FILE_NAME_PATTERN = r'[^<]+ \((?P[^<]+)\)' + FILE_SIZE_PATTERN = r'You have requested .*\((?P[\d\.\,]+) ?(?P\w+)?\)' FILE_INFO_PATTERN = r'Filename:(?P[^<]+)\s*.*?\((?P[^<]+)\)' FILE_OFFLINE_PATTERN = r'>\w+ (Not Found|file (was|has been) removed)' -- cgit v1.2.3