From 8c6be4cb5ef4ee7c3a97ad0f276c602124b38817 Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Sat, 11 Feb 2012 13:27:22 +0100 Subject: closed #536, #540 --- module/plugins/hoster/IfileIt.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/plugins/hoster/IfileIt.py') diff --git a/module/plugins/hoster/IfileIt.py b/module/plugins/hoster/IfileIt.py index ec830f3b2..cdb5a7919 100644 --- a/module/plugins/hoster/IfileIt.py +++ b/module/plugins/hoster/IfileIt.py @@ -26,7 +26,7 @@ class IfileIt(SimpleHoster): __name__ = "IfileIt" __type__ = "hoster" __pattern__ = r"http://(?:\w*\.)*(?:ifile\.it|mihd\.net)/(\w+).*" - __version__ = "0.24" + __version__ = "0.25" __description__ = """Ifile.it""" __author_name__ = ("zoidberg") @@ -36,6 +36,7 @@ class IfileIt(SimpleHoster): RECAPTCHA_KEY_PATTERN = r"var __recaptcha_public\s*=\s*'([^']+)';" FILE_INFO_PATTERN = r'Downloading of this file is temporarily disabled' def handleFree(self): ukey = re.search(self.__pattern__, self.pyfile.url).group(1) -- cgit v1.2.3