diff options
author | zoidberg10 <zoidberg@mujmail.cz> | 2011-11-23 15:28:44 +0100 |
---|---|---|
committer | zoidberg10 <zoidberg@mujmail.cz> | 2011-11-23 15:28:44 +0100 |
commit | 02c58f1009cc7f6b7ee36f1a34e43bec02735f05 (patch) | |
tree | 10fa0f86b54119769912ae2bc52775c0342d0f5f /module/plugins/hoster/IfileIt.py | |
parent | fix 4shared, replace easy-share with crocko (diff) | |
download | pyload-02c58f1009cc7f6b7ee36f1a34e43bec02735f05.tar.xz |
add uploadbox.com, fshare.vn
Diffstat (limited to 'module/plugins/hoster/IfileIt.py')
-rw-r--r-- | module/plugins/hoster/IfileIt.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/IfileIt.py b/module/plugins/hoster/IfileIt.py index b0e60d25a..ec830f3b2 100644 --- a/module/plugins/hoster/IfileIt.py +++ b/module/plugins/hoster/IfileIt.py @@ -25,8 +25,8 @@ from module.network.RequestFactory import getURL class IfileIt(SimpleHoster): __name__ = "IfileIt" __type__ = "hoster" - __pattern__ = r"http://(?:\w*\.)*ifile\.it/(\w+).*" - __version__ = "0.23" + __pattern__ = r"http://(?:\w*\.)*(?:ifile\.it|mihd\.net)/(\w+).*" + __version__ = "0.24" __description__ = """Ifile.it""" __author_name__ = ("zoidberg") |