From 9fa332dd228c62f572939e5dc0c92125a798bdb6 Mon Sep 17 00:00:00 2001 From: z00nx Date: Wed, 16 Jan 2013 19:27:51 +1100 Subject: Added LONG_WAIT_PATTERN regex --- module/plugins/hoster/IFileWs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/plugins/hoster/IFileWs.py b/module/plugins/hoster/IFileWs.py index 038e9f174..160fe641c 100644 --- a/module/plugins/hoster/IFileWs.py +++ b/module/plugins/hoster/IFileWs.py @@ -14,7 +14,7 @@ class IFileWs(XFileSharingPro): FILE_INFO_PATTERN = '(?P[^<]+)\s+\[(?P[^]]+)\]' FILE_OFFLINE_PATTERN = 'File Not Found|The file was removed by administrator' HOSTER_NAME = "ifile.ws" - #TODO: fix Form not found/Download link not found + LONG_WAIT_PATTERN = "(?P\d(?=\s+minutes)).*(?P\d+(?=\s+seconds))" getInfo = create_getInfo(IFileWs) -- cgit v1.2.3