From 6a3a5045ba429d89b795ccc76a145b16c7e83cba Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 3 Oct 2014 09:01:05 +0200 Subject: [XFileSharingPro] TEMP_OFFLINE_PATTERN --- module/plugins/hoster/XFileSharingPro.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module') diff --git a/module/plugins/hoster/XFileSharingPro.py b/module/plugins/hoster/XFileSharingPro.py index 8edfd8988..c95e52e73 100644 --- a/module/plugins/hoster/XFileSharingPro.py +++ b/module/plugins/hoster/XFileSharingPro.py @@ -41,6 +41,7 @@ class XFileSharingPro(SimpleHoster): FILE_SIZE_PATTERN = r'You have requested .*\((?P[\d\.\,]+) ?(?P\w+)?\)' OFFLINE_PATTERN = r'>\s*\w+ (Not Found|file (was|has been) removed)' + TEMP_OFFLINE_PATTERN = r'>\s*\w+ server (is in )?(maintenance|maintainance)' WAIT_PATTERN = r'.*?>(\d+)' -- cgit v1.2.3