From 6d6e2560f31b36bb976a83faa9c42373dde6ac9c Mon Sep 17 00:00:00 2001 From: igel-kun Date: Sat, 18 Jan 2014 15:28:37 +0100 Subject: XFileSharingPro: * Added 2 hosters * Extended OFFLINE_PATTERN Merged pull request #485 (cherry picked from commit c297f2749efe9e37ecab0965993cc8c8c11e8e59) --- pyload/plugins/hoster/XFileSharingPro.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/plugins/hoster/XFileSharingPro.py') diff --git a/pyload/plugins/hoster/XFileSharingPro.py b/pyload/plugins/hoster/XFileSharingPro.py index 1fb0cf96c..5b167c3c9 100644 --- a/pyload/plugins/hoster/XFileSharingPro.py +++ b/pyload/plugins/hoster/XFileSharingPro.py @@ -36,7 +36,7 @@ class XFileSharingPro(SimpleHoster): __name__ = "XFileSharingPro" __type__ = "hoster" __pattern__ = r"^unmatchable$" - __version__ = "0.24" + __version__ = "0.25" __description__ = """XFileSharingPro common hoster base""" __author_name__ = ("zoidberg", "stickell") __author_mail__ = ("zoidberg@mujmail.cz", "l.stickell@yahoo.it") @@ -44,7 +44,7 @@ class XFileSharingPro(SimpleHoster): FILE_NAME_PATTERN = r'[^<]+ \((?P[^<]+)\)' FILE_INFO_PATTERN = r'Filename:(?P[^<]+)\s*.*?\((?P[^<]+)\)' - FILE_OFFLINE_PATTERN = r'<(b|h[1-6])>File Not Found' + FILE_OFFLINE_PATTERN = r'<(b|h[1-6])>File Not Found|This file has been removed' WAIT_PATTERN = r'.*?>(\d+)' LONG_WAIT_PATTERN = r'(?P\d+(?=\s*hour))?.*?(?P\d+(?=\s*minute))?.*?(?P\d+(?=\s*second))?' -- cgit v1.2.3