diff options
author | zoidberg10 <zoidberg@mujmail.cz> | 2012-08-24 00:24:03 +0200 |
---|---|---|
committer | zoidberg10 <zoidberg@mujmail.cz> | 2012-08-24 00:24:03 +0200 |
commit | 010c6fbcb84a6eb095953534f982807665cfa06b (patch) | |
tree | 5de03e756b382799a9f35495488044bc7ddb8d1b /module/plugins/hoster/IfileIt.py | |
parent | update ryushare.com - thx trance4us (diff) | |
download | pyload-010c6fbcb84a6eb095953534f982807665cfa06b.tar.xz |
filecloud.io (experimental) -- closed #659
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 1626b1853..bf394f340 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|mihd\.net)/(\w+).*" - __version__ = "0.26" + __pattern__ = r"^unmatchable$" + __version__ = "0.27" __description__ = """Ifile.it""" __author_name__ = ("zoidberg") |