From 2c910668f382386c62eebd7c05cb9a86338ce9c6 Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Sat, 11 Feb 2012 23:38:33 +0100 Subject: shareonline.biz - suppress ocr --- module/plugins/hoster/LetitbitNet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/hoster/LetitbitNet.py') diff --git a/module/plugins/hoster/LetitbitNet.py b/module/plugins/hoster/LetitbitNet.py index 4ff2b9750..475f0931b 100644 --- a/module/plugins/hoster/LetitbitNet.py +++ b/module/plugins/hoster/LetitbitNet.py @@ -24,7 +24,7 @@ class LetitbitNet(SimpleHoster): __name__ = "LetitbitNet" __type__ = "hoster" __pattern__ = r"http://(?:\w*\.)*letitbit.net/download/.*" - __version__ = "0.13" + __version__ = "0.14" __description__ = """letitbit.net""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") @@ -33,7 +33,7 @@ class LetitbitNet(SimpleHoster): SECONDS_PATTERN = r"seconds\s*=\s*(\d+);" FILE_INFO_PATTERN = r']*>File: ]*>(?P[^<]+)\s*\[(?P[^<]+)]' - FILE_OFFLINE_PATTERN = r'
[^<]*
File not found
' + FILE_OFFLINE_PATTERN = r'>File not found<' def handleFree(self): action, inputs = self.parseHtmlForm('id="ifree_form"') -- cgit v1.2.3