diff options
author | zoidberg10 <zoidberg@mujmail.cz> | 2012-02-11 23:38:33 +0100 |
---|---|---|
committer | zoidberg10 <zoidberg@mujmail.cz> | 2012-02-11 23:38:33 +0100 |
commit | 2c910668f382386c62eebd7c05cb9a86338ce9c6 (patch) | |
tree | ac736b0ec9fc18c19c43dfecfa71425f52b9e5e0 /module/plugins/hoster/LetitbitNet.py | |
parent | closed #536, #540 (diff) | |
download | pyload-2c910668f382386c62eebd7c05cb9a86338ce9c6.tar.xz |
shareonline.biz - suppress ocr
Diffstat (limited to 'module/plugins/hoster/LetitbitNet.py')
-rw-r--r-- | module/plugins/hoster/LetitbitNet.py | 4 |
1 files changed, 2 insertions, 2 deletions
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'<h1[^>]*>File: <a[^>]*><span>(?P<N>[^<]+)</span></a>\s*\[<span>(?P<S>[^<]+)</span>]</h1>' - FILE_OFFLINE_PATTERN = r'<div id="download_content" class="hide-block">[^<]*<br>File not found<br /></div>' + FILE_OFFLINE_PATTERN = r'>File not found<' def handleFree(self): action, inputs = self.parseHtmlForm('id="ifree_form"') |