diff options
author | z00nx <z00nx0@gmail.com> | 2013-01-16 09:27:51 +0100 |
---|---|---|
committer | z00nx <z00nx0@gmail.com> | 2013-01-16 09:27:51 +0100 |
commit | 9fa332dd228c62f572939e5dc0c92125a798bdb6 (patch) | |
tree | 42cde7d77e385cd25ecd7c780db6e606db6b370a | |
parent | Removed unneeded imported modules, added todo list (diff) | |
download | pyload-9fa332dd228c62f572939e5dc0c92125a798bdb6.tar.xz |
Added LONG_WAIT_PATTERN regex
-rw-r--r-- | module/plugins/hoster/IFileWs.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = '<h1\s+style="display:inline;">(?P<N>[^<]+)</h1>\s+\[(?P<S>[^]]+)\]' 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<M>\d(?=\s+minutes)).*(?P<S>\d+(?=\s+seconds))" getInfo = create_getInfo(IFileWs) |