summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/IFileWs.py
diff options
context:
space:
mode:
authorGravatar z00nx <z00nx0@gmail.com> 2013-01-15 11:15:42 +0100
committerGravatar z00nx <z00nx0@gmail.com> 2013-01-15 11:15:42 +0100
commit18239f374b085202837788dc4b74e0a9d0f50cdb (patch)
tree992ca4bce8c24ad297a4d9fe3dcf2b94c8d81c5d /module/plugins/hoster/IFileWs.py
parentAdded IFileWs plugin (diff)
downloadpyload-18239f374b085202837788dc4b74e0a9d0f50cdb.tar.xz
Removed unneeded imported modules, added todo list
Diffstat (limited to 'module/plugins/hoster/IFileWs.py')
-rw-r--r--module/plugins/hoster/IFileWs.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/module/plugins/hoster/IFileWs.py b/module/plugins/hoster/IFileWs.py
index d2f017c4b..038e9f174 100644
--- a/module/plugins/hoster/IFileWs.py
+++ b/module/plugins/hoster/IFileWs.py
@@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-
-import re
from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInfo
-from module.common.json_layer import json_loads
-from module.plugins.ReCaptcha import ReCaptcha
class IFileWs(XFileSharingPro):
@@ -17,5 +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
+
getInfo = create_getInfo(IFileWs)